Planned in collaboration with WICS and Hack at UCI, VenusHacks is UCI’s largest women-centric hackathon!

Our mission is to empower underrepresented groups by providing an inclusive community to foster growth and creativity in computing. VenusHacks will be open to participants of all experience levels, as we aim to increase diversity in tech through support, exposure, and community.
There are 2 apps in this repository:
site
: The React website that users will interact with. It is currently deployed on Github Pages.
sanity
: The Sanity Studio used to define assets and resources to pull from.
git clone https://github.com/wics-uci/venushacks
cd site
pnpm install
Go back to project root.
cd sanity
pnpm install
cd site
pnpm dev
- Open http://localhost:5173 to view it in the browser.
cd sanity
pnpm dev
- Open http://localhost:3333 to view it in the browser.