Update 'README.md'

This commit is contained in:
Sagi Dayan 2020-04-30 13:26:05 +00:00
parent cef526205c
commit 64bf37cf59

View file

@ -3,5 +3,17 @@
#### A shared story time experience
#### For Development
- `adonis serve --dev`
- `npm run css-watch`
- `yarn install`
- 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`