The following instructions are deprecated since the static landing page has been deployed
RevolutionUC is a student hackathon in which we invite students from across the midwest to partake in a weekend of code, community, and self-improvement. Join us to build, learn, and grow together!
- Install Node.js with either brew, nvm, or go to https://nodejs.org
- In your terminal run
npm install -g grunt-cli
andnpm install -g bower
- Clone the repository
git clone https://github.com/Bearcat-Hackers/RevolutionUC-Website.git
- Navigate to the repository
cd RevolutionUC-Website
- Execute the following commands in the terminal:
bower install
npm install
grunt
- Then navigate to
localhost:4000
- Install Node.js with either nvm-windows or go to https://nodejs.org
- Follow steps 2-6 in the OS X setup guide