- Open this repo in VS Code
- Run
npm install - Run the
npm: dev (archodex.com accounts backend)task- Launch Command Pallete (
Cmd + Shift + P) - Select
Tasks: Run Task - Select
npm: dev (archodex.com accounts backend)
- Launch Command Pallete (
Note
This is primarily used by Archodex internal developers while developing archodex.com-specific functionality. It is unlikely you will need to follow these instructions.
- Copy the
.vscode/.env.templatefile to.vscode/.env - Update the values of the environment variables in the
.vscode/.envfile to match your environment - Run the
npm: dev (local accounts backend)task in VS Code