[FINAL] Proyek Perangkat Lunak Kelompok RODA - Website Riset & KBK #5

Merged
izu merged 41 commits from Rayhan/roda-student-web-if-development-kit:feat/RODA into main 2026-06-05 00:21:33 +00:00
2 changed files with 0 additions and 16 deletions
Showing only changes of commit f42afb5b81 - Show all commits
-10
View File
@@ -20,16 +20,6 @@ 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
@@ -1,6 +0,0 @@
[build]
command = "npm run build"
publish = "dist"
[build.environment]
NODE_VERSION = "22"