2020-01-14 01:57:43 +00:00
|
|
|
# Seepur
|
|
|
|
|
2020-01-18 20:46:06 +00:00
|
|
|
#### 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`
|