- Fork and clone the repository.
- At the root directory of the repo, install dependencies by running
yarn
(if needed, install yarn first) - Run the app by running
yarn start
(tryyarn start-legacy
if the previous command does not work)
You can add more scripts (or change existing ones) in the package.json
file.