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

feat: add devContainer #40

Merged
merged 9 commits into from
Jan 22, 2025

Conversation

jleach
Copy link
Contributor

@jleach jleach commented Jan 20, 2025

This pull request makes it easier for developers to get started with the project by adding a development container.

What does that mean?

  • All-in-one setup: The development container packages everything needed to run the project (including a Node.js environment and a PostgreSQL database) in a pre-configured environment.
  • Consistent environment: Everyone uses the same setup, reducing potential compatibility issues.

This change will help streamline development and make it easier for new contributors to get involved.

Fixes #31

Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
@jleach jleach requested a review from TimoGlastra January 20, 2025 20:53
Signed-off-by: Jason C. Leach <[email protected]>
@jleach jleach marked this pull request as ready for review January 20, 2025 20:56
},
"customizations": {
"vscode": {
"extensions": ["github.copilot", "github.copilot-chat", "ms-azuretools.vscode-docker"]
Copy link
Contributor

Choose a reason for hiding this comment

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

The copilot and copilot-chat seem more personal than related this project?

jleach and others added 5 commits January 22, 2025 06:51
Co-authored-by: Timo Glastra <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
Signed-off-by: Jason C. Leach <[email protected]>
@jleach jleach merged commit e1cfabf into openwallet-foundation:main Jan 22, 2025
4 checks passed
@jleach jleach deleted the feat/dev-container branch January 22, 2025 15:02
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.

Add a devContainer so that developers can get up and running faster
2 participants