Feat & Fix: Optimasi UI Mobile, Animasi Statistik, dan Dashboard Proxy #4

Merged
Tazyeuu merged 24 commits from feat-fix-mobile-dashboard-anim-hamburger into prod 2026-06-04 17:18:47 +00:00
2 changed files with 16 additions and 0 deletions
Showing only changes of commit 46a7921bf0 - Show all commits
+10
View File
@@ -20,6 +20,16 @@ Buka URL dari Vite (default: `http://localhost:5173`) lalu akses launcher di `/`
| `npm run build` | Build static output ke folder `dist` |
| `npm run preview` | Preview hasil build |
## Deploy Netlify
Project ini sudah punya konfigurasi Netlify di `netlify.toml`.
Saat membuat site di Netlify:
- Repository: `GuavaPopper/PPL_Staging`
- Branch deploy: `Staging`
- Build command: `npm run build`
- Publish directory: `dist`
## Struktur Folder
```
+6
View File
@@ -0,0 +1,6 @@
[build]
command = "npm run build"
publish = "dist"
[build.environment]
NODE_VERSION = "22"