Initial commit — TdB RdB frise narrative

Express.js + NocoDB + SortableJS drag-and-drop
Design V2 (Playfair Display + Lora, palette chaude)
Auth cookie, proxy NocoDB, édition en modal

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Etienne Delvarre
2026-05-28 13:39:47 +02:00
commit ce95a02012
5 changed files with 675 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "tdb-rdb",
"version": "1.0.0",
"description": "Tableau de bord RdB — frise narrative collaborative",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.21.0",
"cookie-parser": "^1.4.7"
}
}