Skip to content

rakannimer/things-ive-built

Repository files navigation

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.