From 53d64ba2a607c044a3ba8fcd66c473d7d5fc924e Mon Sep 17 00:00:00 2001 From: ANU8151 Date: Thu, 7 Jan 2021 22:04:34 +0400 Subject: [PATCH] Readme Update --- README.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ac33ef..847634d 100644 --- a/README.md +++ b/README.md @@ -1 +1,29 @@ -#InertiaJS + Vue3 + Tailwind CSS + AdonisJS Bolierplate \ No newline at end of file +# InertiaJS + Vue3 + Tailwind CSS 2.0 + AdonisJS 5 Bolierplate + +## Installation + +Install NPM dependencies : +```bash +npm ci +``` + +### Compile Assets + +Build assets : +```bash +node ace mix:build +``` +Build assets and watch for file changes : +```bash +node ace mix:watch +``` +Build assets for production : +```bash +node ace mix:build --production +``` +### Run server + +Run adonis server : +```bash +node ace serve --watch +``` \ No newline at end of file