Starter repo to use for coding challenge.
- Create a fork of this repository (important, do NOT clone!!)
- Run
yarnto install packages- If
yarncomplains about your Node version, install nvm, and install Node.js v14.17 (nvm install 14.17), and finally runnvm use 14.17.0
- If
- Run
yarn startto start the development server
Install yarn if you don't have it on your machine.
Once the session is complete, please follow these instructions to submit a PR back to this main repository for evaluation and record keeping.