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
.envfile: -
Generate & set secret values (Linux commands work in WSL2):
-
Generate the Next.js AGENTS.md file (optional, for AI-assisted development):
This step generates an
AGENTS.mdfile at the repository root that provides Next.js documentation context for AI coding assistants (e.g. Cursor, GitHub Copilot). It runsnpx @next/codemod agents-mdunder the hood. Re-run it whenever you upgrade Next.js. -
Start the development setup: