Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 332 Bytes

setup.md

File metadata and controls

7 lines (5 loc) · 332 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

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