Install dependencies
yarn install
yarn serve
yarn lint
To enable debug mode, import the debug.json file as savefile or edit your savefile to include the feature debugFeature. Then you can access tools for debugging and developing by navigating to the debug feature. Please note that the debug feature does not support translations and may break on small screens.
Run all tests
yarn test:unit
Run tests without parameters. This allows to run only selected tests by passing a name as argument
yarn test:unit-custom
Open cypress
yarn test:e2e
Don't forget to set the desired APP_ENV in constants.js before building!
yarn build
yarn forge:start
yarn forge:make
Supports desktop, tablet, and mobile with a screen width of 375px or higher
Supports firefox, electron and chromium-based browsers