-
Notifications
You must be signed in to change notification settings - Fork 49
Development
Aaron Esau edited this page Feb 18, 2020
·
1 revision
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.
$ yarn watch