Lunakepio / Mario-Kart-3.js

https://lunakepio.github.io/Mario-Kart-3.js/
MIT License
4.3k stars 950 forks source link

Adds Dev Container configuration for GitHub Codespaces #15

Closed cr2007 closed 6 months ago

cr2007 commented 6 months ago

This PR adds a devcontainer.json file, which creates an easy setup of Dev Containers for GitHub Codespaces.

Pull Request for adding the configuration for the Dev Container environment.

This makes the development process more convenient and enjoyable for everyone.

I have also added certain changes to the README.md file to add a <kbd> tag in some parts of the file.

Feel free to edit the devcontainer.json to work to make it better for this repository.

vercel[bot] commented 6 months ago

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

Name Status Preview Comments Updated (UTC)
mario-kart-3-js ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 16, 2024 11:36am
cr2007 commented 6 months ago

You can view the changes within the repository by clicking on the Code button in the top-right corner, followed by the Create codespace on devcontainer button.

screenshot

This creates a codespace on this branch with the configuration suggested.

Lunakepio commented 6 months ago

let me be honnest I've no idea what this mean, but it looks great for contributers, love it thank you very much

cr2007 commented 6 months ago

let me be honnest I've no idea what this mean, but it looks great for contributers, love it thank you very much

In a nutshell, it allows to create a super easy VS Code environment with all the npm packages installed and all the extensions you would use.

So that you can jump straight into development, anywhere, on any device (coding on iPad 🗿) in the browser as long as you have an internet connection.

Less time setting up, more time developing.