Fix README.md

This commit is contained in:
James
2024-12-03 21:31:03 +01:00
parent 038550fbfd
commit 16ab2a6e35
8 changed files with 15 additions and 208 deletions

View File

@@ -14,11 +14,24 @@
```bash
composer install
```
c
```bash
composer install
php artisan key:generate
```
```bash
npm install
```
```bash
npm run dev
```
```bash
php artisan serve
```
## Running tests
```bash