From d0427e85f6d9265902d5eb7195c0f49ab05809ca Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Fri, 2 Sep 2022 13:45:08 +0000 Subject: [PATCH] Update README --- README.md | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 39d45a1..4599f78 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,8 @@ # rfd-fyi -## Project setup -``` -yarn install -``` +## Dev -### 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/).