From 0b0a6884b9a3ab0e8b4532300db601f47ca9288a Mon Sep 17 00:00:00 2001 From: Aji Kamaludin Date: Tue, 27 Dec 2022 22:55:39 +0700 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 78ebcd8..8057c74 100644 --- a/README.md +++ b/README.md @@ -10,19 +10,28 @@ record products and employeess to print payments invoices for Indonesian workers ## Requirements * PHP 8.0 or latest +* Node 16+ or latest ## How to run ```bash $ cp .env.example .env # create your database first, and then configure your database connection $ composer install -$ npm install -$ npm run dev # to dev -$ php artisan migrate +$ php artisan migrate --seed $ php artisan storage:link $ php artisan serve +$ npm install +$ npm run dev # compiling asset for development ``` +## Default User + +``` +username : admin@admin.com +password : password +``` + + ## Compile Assets (for prod) ```bash