doc: readme updated

main
Mahmudul Hasan 2024-10-20 23:26:37 +06:00
parent 8ee1aeb8d3
commit 696e84678a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Before you begin, ensure you have met the following requirements:
5. Generate application key: `php artisan key:generate` 5. Generate application key: `php artisan key:generate`
6. Run database migrations: `php artisan migrate` 6. Run database migrations: `php artisan migrate`
7. Optionally, seed the database: `php artisan db:seed` 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 ## Usage