- clone this repo
- run
yarn install
- Create
.env.local
(see .env.local.example) - run
yarn start
to start the dev server - run
yarn test
to run Cypress integration tests - visit http://localhost:3000
- Work!
yarn install
.env.local
(see .env.local.example)yarn start
to start the dev serveryarn test
to run Cypress integration tests