Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 426 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 426 Bytes

My Project

Describe your project here.

Requirements

Installation

  • Clone the repo
  • Run yarn install

Dependencies are locked with yarn.lock; please use yarn rather than npm for installing.

Running

  • Run yarn dev

Unit Tests

  • Run yarn test

E2E Tests

  • Run the app
  • In another terminal, run yarn cypress