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

Add a devContainer so that developers can get up and running faster #31

Closed
jleach opened this issue Jan 15, 2025 · 0 comments · Fixed by #40
Closed

Add a devContainer so that developers can get up and running faster #31

jleach opened this issue Jan 15, 2025 · 0 comments · Fixed by #40

Comments

@jleach
Copy link
Contributor

jleach commented Jan 15, 2025

Adding a development container can significantly speed up the setup process for new developers, especially as the project becomes more complex. This is because a container can package all the necessary dependencies, such as:

  • Postgres database: Essential for storing data.
  • Redis/Mongo: Likely needed for message queuing to enable features like high availability and persistence across reboots.

By providing a pre-configured development container, we can ensure developers have a consistent environment and can quickly start contributing to the project.

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 a pull request may close this issue.

1 participant