feat(web): initialize Next.js project with Tailwind CSS and TypeScript setup

This commit is contained in:
Shreyas Kapale
2026-05-13 22:15:08 +05:30
committed by patel-lyzr
commit 2e94e6bdf6
84 changed files with 11063 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
.git
.gitignore
.dockerignore
.DS_Store
.idea
.vscode
# Local Go binaries
bin/
flow
*.test
coverage.out
# Local databases
*.db
*.db-shm
*.db-wal
# Frontend build artifacts (rebuilt inside the web build stage)
web/node_modules/
web/.next/
web/out/
web/dist/
# Secrets / env
.env
.env.local
.env.*.local
# Docs / examples don't need to be in build context
docs/
README.md
LICENSE