-
Notifications
You must be signed in to change notification settings - Fork 0
dev setup
farwellca edited this page Feb 12, 2026
·
1 revision
- Download and install the necessary items
a. Git
b. Docker Desktop
c. Visual Studio Code - Log in to GitHub and create a repository
- Clone the repository onto your device
- Ensure Docker Desktop is running
- Open the repository in VS Code
- Install the Dev Containers extension in VS Code
- Create a folder named .devcontainer
- Add a file "devcontainer.json" in that folder and put in the desired devcontainer setup details
- Go to View --> Command Palette --> Dev Containers: Rebuild and Reopen in Container
- You are all set!