A modern, responsive website for the Detroit Bitcoin Pizza Day event, built with Next.js and Tailwind CSS.
- Responsive design that works on all devices
- Modern UI with smooth animations
- SEO optimized
- Fast loading times
- Easy to maintain and update
- Next.js 14
- TypeScript
- Tailwind CSS
- React
- Clone the repository
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser
src/
├── app/ # Next.js app directory
│ ├── layout.tsx # Root layout
│ ├── page.tsx # Home page
│ └── globals.css # Global styles
├── components/ # React components
│ └── Header.tsx # Navigation header
└── public/ # Static assets
└── hero-bg.jpg # Hero background image
npm run dev- Start development servernpm run build- Build for productionnpm run start- Start production servernpm run lint- Run ESLint
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a new Pull Request
MIT