-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
feat(devcontainer): Adds Dev Container configuration (#1393) #1426
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
base: main
Are you sure you want to change the base?
Conversation
Adds necessary settings, extensions, and ports to access.
|
@cr2007 is attempting to deploy a commit to the Corentin Thomasset's Team Team on Vercel. A member of the Team first needs to authorize it. |
|
|
|
@CorentinTh I believe this would be super helpful for new users to better contribute to this project faster. |
|
@CorentinTh I believe this would be super helpful for new users to better contribute to this project faster. |
|
|
Hi @cr2007 , sounds like this project is on hold, if you arr interested in up to date version of it-tools, I made kind of a fork here : https://github.com/sharevb/it-tools (https://sharevb-it-tools.vercel.app/ and docker images https://github.com/sharevb/it-tools/pkgs/container/it-tools) |
As suggested in #1393, this PR adds the necessary configurations for using GitHub Codespaces, which provides a VS Code environment on the web, providing easy setup for the development environment, making it easier to jump straight into coding.
You can also check out the changes by clicking on Code and clicking on open in a Codespace.
It adds all the necessary setup steps covered in the
README.mdfile as well.