Website for the DuQuantum quantum computing hackathon at Duke.
- Next.js 14 - React framework with App Router
- Tailwind CSS - Utility-first CSS framework
- Netlify Functions - Serverless backend
- TypeScript - Type-safe development
- Node.js 18+
- npm or yarn
npm installnpm run devOpen http://localhost:3000 to see the site.
npm run build
npm startGET /api/hello- Test endpointPOST /api/hello- Echo endpoint
├── app/ # Next.js App Router
├── netlify/ # Netlify Functions
├── public/ # Static files
├── styles/ # CSS style sheets
└── components/ # React components