diff --git a/README.md b/README.md index 24c15e2..d37ba58 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,17 @@ #### A shared story time experience #### For Development - - `adonis serve --dev` - - `npm run css-watch` \ No newline at end of file + - `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` \ No newline at end of file