Skip to content

DuQuantum/duquantum.org

Repository files navigation

duquantum.org

Website for the DuQuantum quantum computing hackathon at Duke.

Features

  • Next.js 14 - React framework with App Router
  • Tailwind CSS - Utility-first CSS framework
  • Netlify Functions - Serverless backend
  • TypeScript - Type-safe development

Getting Started

Prerequisites

  • Node.js 18+
  • npm or yarn

Installation

npm install

Development

npm run dev

Open http://localhost:3000 to see the site.

Build

npm run build
npm start

API Endpoints

  • GET /api/hello - Test endpoint
  • POST /api/hello - Echo endpoint

Project Structure

├── app/              # Next.js App Router
├── netlify/          # Netlify Functions
├── public/           # Static files
├── styles/           # CSS style sheets
└── components/       # React components

About

DuQuantum hackathon website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors