This repository provides a ready to use development environment for CBF bootcamp students with VSCode integration.
Docker and VSCode need to be installed on your system. For Docker, follow the instructions to Get Docker for your OS. For VSCode, see VSCode for instructions.
With Docker and VSCode in place:
- Install Dev Containers extension in VSCode
- Run Remote-Containers: Clone Repository in Container Volume... through command palette (F1 or Cmd-Shift-P)
- Enter
blackcodherbootcamp/bootcamp-dev
- When asked for branch, press enter (main)
- When asked for volume, press enter (unique)
- open Terminal within VSCode (ctrl-`)
Congratulations, you now have a fully functional development environment. The root directory for your environment is /workspace
, you should clone or create any working repos in this folder.