Add a config.js
file in src/config/
.
Make sure to checkout src/config/config-sample.js
to know how the data should be formatted and which data is required.
Install dependencies :
yarn install
Run dev server :
yarn dev
Headless Cypress e2e tests :
yarn test
Interactive Cypress e2e tests :
yarn test:i