Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 657 Bytes

File metadata and controls

38 lines (25 loc) · 657 Bytes

Comet Toss

A polished space-themed Hack at UCI arcade scoring app built with Vite and React. Players can record up to three tosses to various landing zones then submit their name to a persistent local leaderboard.

Install

npm install

Run Locally

npm run dev

Open the local URL shown in your terminal, usually http://localhost:5173.

Deploy

This project is configured for GitHub Pages with GitHub Actions.

npm run build

GitHub Pages should use:

  • Source: GitHub Actions
  • Output folder: dist
  • Live URL: https://hackatuci.github.io/ICSFair-26/

Tech Stack

  • Vite
  • React
  • CSS
  • React Icons