From da68bcefe7ddcf56194a6612e3d66b080215583d Mon Sep 17 00:00:00 2001 From: Aji Kamaludin Date: Tue, 27 Dec 2022 22:52:40 +0700 Subject: [PATCH] Update README.md --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b6f900d..78ebcd8 100644 --- a/README.md +++ b/README.md @@ -17,25 +17,19 @@ record products and employeess to print payments invoices for Indonesian workers $ cp .env.example .env # create your database first, and then configure your database connection $ composer install $ npm install -$ npm run dev # optional only if any changes you make in resource/js +$ npm run dev # to dev $ php artisan migrate $ php artisan storage:link $ php artisan serve ``` -## Compile Assets +## Compile Assets (for prod) ```bash -$ npm run dev -``` - -or - -```bash -$ npm run watch +$ npm run build ``` ## Screenshot ![](screenshot1.png?raw=true) -![](screenshot2.png?raw=true) \ No newline at end of file +![](screenshot2.png?raw=true)