Fix README.md

This commit is contained in:
James
2024-12-03 21:34:03 +01:00
parent 16ab2a6e35
commit a88831e722

View File

@@ -19,6 +19,10 @@ composer install
php artisan key:generate php artisan key:generate
``` ```
```bash
php artisan migrate:fresh --seed
```
```bash ```bash
npm install npm install
``` ```
@@ -31,7 +35,6 @@ npm run dev
php artisan serve php artisan serve
``` ```
## Running tests ## Running tests
```bash ```bash