- Editor: VS Code, etc. Any VS Code compatible editor.
- Recommended extensions are listed in
.vscode/extensions.json.
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