Skip to content

Ease onboarding of new developers using devcontainers #602

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

Open
wants to merge 4 commits into
base: development
Choose a base branch
from

Conversation

lesensei
Copy link
Contributor

@lesensei lesensei commented May 3, 2025

This tries to ease the setup of a new development environment for newcomers using devcontainers, while trying to touch the main code as little as possible.
Contained in the .devcontainer folder, it:

  • adds a new .env file with presets that make sense for development
  • adds the ports to forward in dev mode
  • adds a "post create" script that installs dependencies, and collects static files
  • adds a "post start" script that runs the db container, initializes it and then runs the backend and frontend in dev mode

@lesensei lesensei requested a review from seanmorley15 as a code owner May 3, 2025 13:16
Copy link

vercel bot commented May 4, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
adventurelog ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 8, 2025 9:07pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant