From 55e60e9147efe7f6eec80490624275e03c9c70d4 Mon Sep 17 00:00:00 2001 From: ajikamaludin Date: Thu, 11 May 2023 04:04:55 +0700 Subject: [PATCH] UPDATE README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3f0a0f..6bd6a09 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ This is a simple POS app built with laravel , inertiajs , react , tailwindcss wi cp .env.example .env # configure app for laravel touch database/database.sqlite # if you use .env.example with default sqlite database composer install +php artisan migrate --seed npm install npm run dev # compiling asset for development ```