From 696e84678aa5af7b1a8ab0304e6e99d7ab8e3757 Mon Sep 17 00:00:00 2001 From: Mahmudul Hasan Date: Sun, 20 Oct 2024 23:26:37 +0600 Subject: [PATCH] doc: readme updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7d0a9e..c92b45a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Before you begin, ensure you have met the following requirements: 5. Generate application key: `php artisan key:generate` 6. Run database migrations: `php artisan migrate` 7. Optionally, seed the database: `php artisan db:seed` -8. Install frontend dependencies: `npm install && npm run dev` (for development) or `npm install && npm run production` (for production) +8. Install frontend dependencies: `npm install && npm run dev` (for development) or `npm install && npm run build` (for production) ## Usage