Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 396 Bytes

setup.md

File metadata and controls

7 lines (5 loc) · 396 Bytes

App Setup

  1. Fork and clone the repository.
  2. At the root directory of the repo, install dependencies by running yarn (if needed, install yarn first)
  3. Run the app by running yarn start (try yarn start-legacy if the previous command does not work)

You can add more scripts (or change existing ones) in the package.json file.