first commit

This commit is contained in:
2026-07-12 15:55:18 +05:30
commit ee98026cc5
404 changed files with 44522 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"nav": {
"home": "Home",
"ui": "UI",
"chat": "Chat",
"dashboard": "Dashboard",
"about": "About"
},
"home": {
"title": "Hello from WrNexus",
"intro": "An SSR-first framework with reactive components. Try the counters:"
},
"api": {
"greeting": "Hello from the API (en)"
}
}
+16
View File
@@ -0,0 +1,16 @@
{
"nav": {
"home": "Inicio",
"ui": "UI",
"chat": "Chat",
"dashboard": "Panel",
"about": "Acerca de"
},
"home": {
"title": "Hola desde WrNexus",
"intro": "Un framework SSR-first con componentes reactivos. Prueba los contadores:"
},
"api": {
"greeting": "Hola desde la API (es)"
}
}