Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enabled devcontainers #358

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Conversation

ayush-129
Copy link
Contributor

[Feature] Enabling DevContainers for Development

Fixes #199

STEPS

  1. Dockerfile: Given there. put it inside .devcontainer
  2. Port Forwarding: The port 8000 is forwarded for Vite
  3. VS Code Extensions:
    eslint for code linting.
    prettier for code formatting.
    gitlens for Git integration.
    typescript extension (since you’re using Vite, this is useful for TypeScript support).
  4. Post Create Command: yarn to install your dependencies after the container is built.

Major Steps:

  1. Make sure you have a Dockerfile inside your .devcontainer folder.
  2. Run the command Dev Containers: Reopen in Container in VS Code to initialize the DevContainer setup.

Copy link

netlify bot commented Oct 8, 2024

👷 Deploy request for fossc pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 8b791e3

@ayush-129
Copy link
Contributor Author

ayush-129 commented Oct 8, 2024

Please let me know if any suggestions.
@Mr-Sunglasses

Copy link
Member

@Mr-Sunglasses Mr-Sunglasses left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ayush-129 , Awesome Work 👏🏻

@Mr-Sunglasses Mr-Sunglasses merged commit af6b436 into FOSS-Community:main Oct 9, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Enabling DevContainers for Development
2 participants