/venushacks

UCI's first women-centric hackathon!

Primary LanguageJavaScript

VenusHacks Website

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

VenusHacks 2021 Homepage

Mission

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.

Local Development

Getting Setup

  • git clone git@github.com:WICS-UCI/venushacks.git
  • cd venushacks
  • npm install

Running the Project

Deploying

We use GitHub Pages to deploy our site. New pushes to master should trigger an auto-deploy of the website.

Manually Deploying

Make sure you are on the latest version of master before running the deploy command.

  • git checkout master
  • git pull
  • npm run deploy