Add back yarn dev for convenience

This commit is contained in:
Alex Gleason
2020-04-14 16:50:42 -05:00
parent 8a19b89c16
commit 4cb1392bd5
2 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,8 @@ The following commands are supported.
#### Local dev server
- `yarn start` - Run the local dev server. It will proxy requests to the backend for you.
- `yarn dev` - Exact same as above, aliased to `yarn start` for convenience.
#### Building
- `yarn build:development` - Build for development.