diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index bfcffad..c7bca71 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -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 +```