initial commit

This commit is contained in:
y.campiontrebouta@innotexnas.ovh
2026-02-04 19:04:46 +01:00
commit abb51904d7
27 changed files with 4011 additions and 0 deletions

9
frontend/package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "nations-glory-admin-frontend",
"version": "1.0.0",
"description": "Frontend pour l'interface web de gestion Minecraft",
"private": true,
"scripts": {
"dev": "cd ../backend && npm run dev"
}
}