There was an error while loading. Please reload this page.
For hot reloading, use nodemon.
$ yarn dev
There is a precommit hook that will block commits that fail to meet the style guide. To fix style errors, use standard.
$ yarn lint --fix
The frontend is built on Preact and Cirrus.
All of the frontend code is in /client. To automatically watch the directory for changes, use the watch command.
/client
watch
$ yarn watch