From 64bf37cf596a62553551a6811ef4a53eaf127f60 Mon Sep 17 00:00:00 2001 From: Sagi Dayan Date: Thu, 30 Apr 2020 13:26:05 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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