DevContainer Setup for Local Development #1085
Unanswered
jax0m
asked this question in
Feature requests
Replies: 2 comments
|
Links over to the branch relevant files:
|
0 replies
|
@Cyber1000 also has PR #760 which might be bundled into this discussion. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
DevContainer Setup for Local Development
Problem
Setting up a local development environment for tududi requires manual steps:
This process can be error-prone and time-consuming, especially for new contributors.
Proposed Solution
Add a
.devcontainerconfiguration that automates the entire setup process:Benefits
Files Proposed
.devcontainer/Dockerfile.devcontainer/devcontainer.json.devcontainer/post-create.sh.dockerignoreand.gitignoredocs/development-workflow.mdNext Steps
If approved, I will implement the full devcontainer setup with all files and documentation.
All reactions