Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 874 Bytes

how_to_develop.md

File metadata and controls

35 lines (20 loc) · 874 Bytes

How to develop in this project ?

Prerequisites

  • 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.

Getting started

  1. Clone the repository
git clone https://github.com/ClubRobotInsat/Info2025
  1. Open the project with VSCode
cd Info2025
code .

or open it from your explorer.

  1. Click on the green button on the bottom left corner of VSCode and select Remote-Containers: Reopen in Container.

  2. Wait for the container to build.

  3. Finally, you can start developing.

  4. (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.