A dark-themed, quantum computing hackathon website built with Next.js and Tailwind CSS, optimized for Vercel deployment.
- 🌌 Dark quantum-themed design
- ⚛️ Animated quantum particles
- 📱 Fully responsive layout
- 🚀 Optimized for Vercel deployment
- 🎨 Modern UI with gradient effects and glows
npm installnpm run devOpen http://localhost:3000 to view the site.
npm run build
npm start- Push your code to GitHub
- Import your repository in Vercel
- Vercel will automatically detect Next.js and deploy
Or use the Vercel CLI:
npm i -g vercel
vercelUpdate the content in app/page.tsx to match the information from yquantum.info. The page includes sections for:
- Hero section
- About
- Challenge tracks
- Schedule
- Prizes
- Sponsors
- Contact
- Next.js 14
- React 18
- TypeScript
- Tailwind CSS
- Vercel (deployment)