mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
Update DEVELOPMENT.md
This commit is contained in:
parent
56c00c2489
commit
16b2e8436e
1 changed files with 8 additions and 0 deletions
|
|
@ -68,3 +68,11 @@ php artisan storage:link
|
|||
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`
|
||||
|
||||
##### After Pull: Install Packages and Build Frontend
|
||||
|
||||
```bash
|
||||
composer install
|
||||
npm i
|
||||
npm run build
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue