- Install Ruby: https://rubyinstaller.org/downloads/ (x64, click "Add Ruby executables to your path" during installation)
- Start Ruby command prompt
- Type command: "gem update --system"
- Type command: "gem install sass compass"
- Install Node.js: https://nodejs.org/
- Start Node.js command prompt
- Change directory to this project's root location: "Hackathon"
- Type command: "npm install"
- Type command: "npm install -g gulp" (this installs gulp globally if it isn't already)
- From Node.js command prompt and project's root, type command: "gulp"
- Access project via IIS (CSS will auto-build and page will refresh as changes happen)