Requirements:
- Node.js 12
- Yarn
(See .tool-versions
for specific and up-to-date versions).
- Install local depenendences
$ yarn install
- Start local server
$ yarn start
- Open http://localhost:3000
We use eslint
to standardize our style across files. To check your files with the linter, run:
$ yarn lint
If you see warnings, you can attempt to auto-correct them with:
$ yarn fix
If there are errors it can't fix, please fix them manually before committing.