Use nvm to switch to Node version:
nvm install
nvm use
Run the development server:
npm run dev
Open http://localhost:3000 in browser.
Extract and compile all translatable strings using:
npm run intl
Modify files in public/lang
to translate strings.
The compiled translations will be available in public/compiled-lang
.
npm run codegen
Debugging commands:
DEBUG=eslint:cli-engine npm run lint
TIMING=1 npm run lint