seepur/README.md

19 lines
339 B
Markdown
Raw Normal View History

2020-01-14 01:57:43 +00:00
# Seepur
#### A shared story time experience
#### For Development
2020-04-30 13:26:05 +00:00
- `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`