mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2026-06-04 10:02:46 -04:00
Update README.md
Missing command
This commit is contained in:
committed by
GitHub
parent
6126b9e1a0
commit
c45fb2c23a
@@ -48,6 +48,12 @@ Requires `node 16.18`
|
||||
npm install
|
||||
```
|
||||
|
||||
### Create app config
|
||||
Create an app.config.js which can be edited for custom settings.
|
||||
```
|
||||
cp src/config/app.config.example.js ./src/config/app.config.js
|
||||
```
|
||||
|
||||
### Compiles and hot-reloads for development
|
||||
```
|
||||
npm run serve
|
||||
|
||||
Reference in New Issue
Block a user