chore: initial template commit

This commit is contained in:
Gitea Bootstrap
2026-05-06 09:21:40 +00:00
commit fcd4eb39f4
16 changed files with 946 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"dependencies": {
"daisyui": "^5.5.18"
},
"scripts": {
"build-craft": "npm install && tailwindcss -i src/styles.css -o assets/styles.css --minify && trunk build --config Trunk.toml"
}
}