Skip to content

Local setup guide

This guide will walk you through setting up your local development environment. This guide assumes that you have a basic understanding of how to use the command line and a basic understanding of git.

Prerequisites

Setup

There are two ways to set up your local development environment. Both supported methods are based on dev container. The first method is a GUI-driven method using VS Code + Remote Containers. The second method is a command-line-driven method using SSH.

1. VS Code + Remote Containers (Beginner)

Steps can be found in the VS Code + Remote Containers guide.

2. SSH (Advanced)

Steps can be found in the SSH + Dev Containers guide.


Last update: 2023-08-31
Created: 2023-08-31