feat: sync RODA updates into feat branch

This commit is contained in:
GuavaPopper
2026-06-05 01:42:42 +07:00
parent 0ebc25809b
commit e9b45e9890
8 changed files with 2464 additions and 873 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "roda",
"version": "1.0.0",
"description": "Project website untuk menampilkan sorotan dan prestasi karya mahasiswa program studi Informatika Universitas Tanjungpura.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}