- Node v22+
- pnpm
- Install Node v22 or newer
- Install pnpm globally:
npm i -g pnpm
- Install the project dependencies:
pnpm i
- Run
pnpm start
- Browse to localhost:4200
- Run
pnpm lint
, orpnpm lint:fix
to automatically fix issues
- Create a
.env
file in the root of the project directory that matches the format of.env.example
, and add your Lokalise API key - Run
pnpm update-translations
Refer to DEVELOPER.md for all coding standards and guidelines.