Update 'README.md'
This commit is contained in:
parent
cef526205c
commit
64bf37cf59
1 changed files with 14 additions and 2 deletions
16
README.md
16
README.md
|
@ -3,5 +3,17 @@
|
||||||
#### A shared story time experience
|
#### A shared story time experience
|
||||||
|
|
||||||
#### For Development
|
#### For Development
|
||||||
- `adonis serve --dev`
|
- `yarn install`
|
||||||
- `npm run css-watch`
|
- To create or run the DB migrations: `npx adonis migration:run`
|
||||||
|
|
||||||
|
##### Running dev server
|
||||||
|
- `npx adonis serve --dev`
|
||||||
|
|
||||||
|
##### Build vue js apps
|
||||||
|
- `yarn build:applications`
|
||||||
|
|
||||||
|
##### Build css
|
||||||
|
- `yarn build:css`
|
||||||
|
|
||||||
|
#### Build application
|
||||||
|
- `yarn build`
|
Reference in a new issue