Skip to content

dev setup

farwellca edited this page Feb 12, 2026 · 1 revision

Steps to Create a Development Environment

  1. Download and install the necessary items
    a. Git
    b. Docker Desktop
    c. Visual Studio Code
  2. Log in to GitHub and create a repository
  3. Clone the repository onto your device
  4. Ensure Docker Desktop is running
  5. Open the repository in VS Code
  6. Install the Dev Containers extension in VS Code
  7. Create a folder named .devcontainer
  8. Add a file "devcontainer.json" in that folder and put in the desired devcontainer setup details
  9. Go to View --> Command Palette --> Dev Containers: Rebuild and Reopen in Container
  10. You are all set!

Clone this wiki locally