- Docker
If you don't have Docker installed, you can download it here.
If you are using Windows, you may need to install WSL2. You can follow the instructions here.
- Clone the repository
git clone https://github.com/ClubRobotInsat/Info2025
- Open the project with VSCode
cd Info2025
code .
or open it from your explorer.
-
Click on the green button on the bottom left corner of VSCode and select
Remote-Containers: Reopen in Container
. -
Wait for the container to build.
-
Finally, you can start developing.
-
(Optional) If you want to run a terminal in the container, you can open a new terminal in VSCode by clicking on
Terminal > New Terminal
.