🔨 Setup the tailwindcss and daisyui frontend for the zone

This commit is contained in:
2025-11-19 21:33:14 +08:00
parent ce18b194a5
commit aa48d5e25d
7 changed files with 277 additions and 70 deletions

35
DysonNetwork.Zone/.gitignore vendored Normal file
View File

@@ -0,0 +1,35 @@
# dependencies (bun install)
node_modules
wwwroot/css/site.dist.css
# output
out
dist
*.tgz
# code coverage
coverage
*.lcov
# logs
logs
_.log
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
# caches
.eslintcache
.cache
*.tsbuildinfo
# IntelliJ based IDEs
.idea
# Finder (MacOS) folder config
.DS_Store