- Editor: Cursor, etc. Any VS Code compatible editor.
- Recommended extensions are listed in
.vscode/extensions.json.
- Install extensions: Biome, oxc
- Copy the example settings file to your local Zed config:
cp .zed/settings.json.example .zed/settings.json
- Customize
.zed/settings.jsonas needed (it is git-ignored).
pnpm installThe required Node.js version is defined in .node-version. Use a version manager like nvm or fnm to install it automatically:
nvm installThe pnpm version is locked in the packageManager field of package.json. Just enable corepack and it will use the correct version automatically:
corepack enablepnpm installcp .env.example .envpnpm devpnpm debugThen input chrome://inspect in browser
pnpm test# For windows
$ pnpm build:win
# For macOS
$ pnpm build:mac
# For Linux
$ pnpm build:linux