Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

RevolutionUC/revolutionuc-website-legacy

Repository files navigation

MIT license deprecated

revolutionuc-website-legacy

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!

Setup for development

Setup for OS X:

  1. Install Node.js with either brew, nvm, or go to https://nodejs.org
  2. In your terminal run npm install -g grunt-cli and npm install -g bower
  3. Clone the repository git clone https://github.com/Bearcat-Hackers/RevolutionUC-Website.git
  4. Navigate to the repository cd RevolutionUC-Website
  5. Execute the following commands in the terminal:
bower install
npm install
grunt
  1. Then navigate to localhost:4000

Setup for Windows:

  1. Install Node.js with either nvm-windows or go to https://nodejs.org
  2. Follow steps 2-6 in the OS X setup guide