Skip to content

How to build and run

ohadedry edited this page Oct 22, 2025 · 3 revisions

Working with Docker

Working with Docker provides a ready-to-use development environment with all dependencies pre-installed.

Prerequisites:

  • Docker Desktop
  • Visual Studio Code
  • Dev Container extension installed on Visual Studio Code

Open the repository in VSCode with Dev Container:

  1. Ensure Docker is up and running.
  2. Open the repo in VSCode.
  3. Ensure the Dev Containers extension is installed.
  4. If prompted by VSCode, select "Reopen in Container." Otherwise, open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P), search for and select "Dev Containers: Reopen Folder in Container."
  5. Wait for VSCode to build and start the container. This process might take a few minutes the first time.
  6. Run the code (F5 with VSCode) and on first prompt type auth login.

Clone this wiki locally