From 16b2e8436e702b830b6658d3ca963a1c1cf7ce7f Mon Sep 17 00:00:00 2001 From: Benjamin Nussbaum Date: Mon, 16 Jun 2025 20:36:05 +0200 Subject: [PATCH] Update DEVELOPMENT.md --- docs/DEVELOPMENT.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 +```