Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 567 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 567 Bytes

Things I've Built

Setup

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.

Development

Install dependencies :

  yarn install

Run dev server :

  yarn dev

Testing

Headless Cypress e2e tests :

yarn test

Interactive Cypress e2e tests :

yarn test:i

Read more.