Local Machine Setup - Windows
This guide is intended for Windows users. For the best experience, use WSL2 since pure Windows is
not fully supported.
- Node.JS (v20 recommended) via WSL2
- pnpm
- Docker (ensure Docker Desktop is installed with WSL2 integration enabled)
-
Open your WSL2 terminal and clone the project:
-
Setup NodeJS with nvm in WSL2:
-
Install packages using pnpm:
-
Create a
.env
file: -
Generate & set secret values (Linux commands work in WSL2):
-
Start the development setup:
If you run into conflicts, ensure any local services (like PostgreSQL) are stopped.