Initial commit

This commit is contained in:
2026-01-18 15:39:46 +01:00
commit 587f2bd7e7
106 changed files with 14918 additions and 0 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "doux",
"type": "module",
"private": true,
"scripts": {
"dev": "cd website && pnpm dev",
"build": "cd website && pnpm build",
"preview": "cd website && pnpm preview"
}
}