Update README

This commit is contained in:
Dave Gallant
2022-09-02 13:45:08 +00:00
parent e360b8403a
commit d0427e85f6

View File

@@ -1,24 +1,8 @@
# rfd-fyi # rfd-fyi
## Project setup ## Dev
```
yarn install
```
### Compiles and hot-reloads for development ```sh
make frontend
make backend
``` ```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).