The website for Patchwork Labs, a 501(c)(3) nonprofit community of makers.
Built with Next.js (App Router), Tailwind CSS 4, and TypeScript.
pnpm install
pnpm devOpen http://localhost:3000.
src/app/page.tsx— home pagesrc/app/ganymede/page.tsx— Project Ganymedesrc/app/team/page.tsx— team bios (photos live inpublic/team/)src/lib/site.ts— shared links and contact addressessrc/app/globals.css— palette (derived from the logo) and stitch/patch styles
pnpm buildStatic output; deploys anywhere Next.js runs (e.g. Vercel).