Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 734 Bytes

File metadata and controls

42 lines (29 loc) · 734 Bytes

Building Open - Website

Next.js React website for buildingopen.org.

Pages

  • Home - Hero, projects preview, future sections
  • Projects - Categorized project cards
  • Manifesto - Mission and values
  • Tutorials - Phase 2 (placeholder)
  • Blog - Phase 2 (placeholder)
  • Community - Phase 3 (placeholder)

Tech Stack

  • Next.js 15
  • React 19
  • TypeScript
  • Tailwind CSS

Development

npm install
npm run dev
# Open http://localhost:3000

Build

npm run build
npm start

Deploy

Deploy to Vercel with one click or use npm run build for static export.


Building Open · GitHub