the best lightweight web dev stack built on bun
1# Bun template metadata
2[template]
3name = "tacy-stack"
4description = "Minimal full-stack starter with Bun, Lit, Drizzle ORM, and Passkeys"
5author = "Kieran K"
6
7[hooks]
8# Commands to run after project initialization
9postinstall = [
10 "bun install",
11 "cp .env.example .env",
12 "bun run db:push"
13]