Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 1.33 KB

File metadata and controls

60 lines (43 loc) · 1.33 KB

[PROJECT NAME]

Quick Start

bun install
vercel link && vercel env pull
bun dev

Scripts

Command Description
bun dev Development server
bun run build Production build
bun lint Run linter
bun run check Run biome + typecheck + tests
bun setup:styles Regenerate CSS

Tech Stack

Next.js 16, React 19, TypeScript, Tailwind CSS v4, Bun

Project Structure

app/           # Pages and routes
components/    # UI components
lib/
  hooks/       # Custom hooks + stores
  utils/       # Pure utilities
  styles/      # Design system, Tailwind config
  integrations/ # Third-party services (Sanity, Shopify, HubSpot)
  webgl/       # 3D graphics (optional)
  dev/         # Debug tools
  scripts/     # CLI tools

Content Management

Edit content at /studio. Changes publish via webhooks.

Manual cache clear: GET https://[domain]/api/revalidate

Deployment

Push to main branch for Vercel deployment.

Troubleshooting

Issue Solution
Build fails bun install + check env vars
Styles not updating bun setup:styles + restart
CMS not connecting Check Sanity env vars + CORS

Built with Satūs by darkroom.engineering