This page lists the steps needed to set up a development environment and contribute to the project.
-
Fork and clone this repo.
-
Install the recommended VSCode extensions.
-
Install Docker.
-
From the command pallet, run
Reopen in Container
. -
Launch the extension in test mode via VSCode debug launch profile.
-
Fork and clone this repo.
-
Setup
nodejs
version22
. We recommend using asdf. -
Install
yarn
, ex. viabrew install yarn
. -
Install dependencies.
yarn install
-
Install the recommended VSCode extensions.
-
Launch the extension in test mode via VSCode debug launch profile.