Skip to content

A simple, static dashboard with timer and teams that can be used for hackathons.

License

Notifications You must be signed in to change notification settings

aatmmr/hackathon-dashboard

Repository files navigation

Hackathon Dashboard

This is a React project scaffolded with Vite, intended for static deployment on GitHub Pages.

Getting Started

  1. Install dependencies:
    npm install
  2. Start the development server:
    npm run dev
  3. Build for production:
    npm run build
  4. Preview the production build:
    npm run preview

Deploying to GitHub Pages

  • After building, deploy the contents of the dist/ folder to your gh-pages branch or configure GitHub Pages to serve from /docs or /dist.
  • You may use the gh-pages npm package for automated deployment.

Project Structure

  • public/ — Static assets and index.html
  • src/ — React components and .jsx files
  • .github/ — Copilot and GitHub configuration

For more details, see the Vite and GitHub Pages documentation.

About

A simple, static dashboard with timer and teams that can be used for hackathons.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published