Update DEVELOPMENT.md

This commit is contained in:
Benjamin Nussbaum 2025-06-16 20:36:05 +02:00 committed by GitHub
parent 56c00c2489
commit 16b2e8436e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,3 +68,11 @@ php artisan storage:link
Server is ready. Visit tab "Ports" in VSCode and visit the "Forwarded Address" in your browser. Server is ready. Visit tab "Ports" in VSCode and visit the "Forwarded Address" in your browser.
Login with user / password `admin@example.com` / `admin@example.com` Login with user / password `admin@example.com` / `admin@example.com`
##### After Pull: Install Packages and Build Frontend
```bash
composer install
npm i
npm run build
```