- Node v22+
- pnpm
- Install Node v22 or newer
- Install pnpm globally:
npm i -g pnpm - Install the project dependencies:
pnpm i - Create a
.envfile in the root of the project directory that matches the format of.env.example- Add your Lokalise API key
- If your SEED instance is running at a location other than
http://localhost:8000add that to the.envfile
- Run
pnpm start - Browse to localhost:4200
- Run
pnpm lint, orpnpm lint:fixto automatically fix issues
- Run
pnpm update-translations
Refer to DEVELOPER.md for all coding standards and guidelines.