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
+12
View File
@@ -0,0 +1,12 @@
node_modules
.next
dist
# Note: out/ is the static-export target embedded by Go (web/embed.go).
# We ignore everything inside but keep the directory + .gitkeep so the
# Go embed compiles before the npm build has run.
/out/*
!/out/.gitkeep
.env*.local
.DS_Store
next-env.d.ts
*.tsbuildinfo