19 lines
No EOL
339 B
Markdown
19 lines
No EOL
339 B
Markdown
# Seepur
|
|
|
|
#### A shared story time experience
|
|
|
|
#### For Development
|
|
- `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` |