Informational/promotional website for MilpitasHacks 2025.
For development:
Clone the repository to your device
git clone https://github.com/Milpitas-Hacks/milpitashacks-25
Use npm to install all dependencies (project is built using Vite)
npm i
To locally host the site while developing:
npm run dev
The default local URL to the dev site should be http://localhost:5173/milpitashacks-25/
Before pushing, build the project and test the output:
npm run build
npm run preview
The default local URL to the built site should be http://localhost:4173/milpitashacks-25/