This is the Github repo for our website.
This application runs on a Ruby Gem called Middleman. If you don't have it, follow installation instruction below:
For Windows:
[Middle Windows Installation](http://brettklamer.com/diversions/non-statistical/install-middleman-on-windows/)
For Mac:
[Middle Mac Installation](https://middlemanapp.com/basics/install/)
Go to your terminal and type:
`git clone https://github.com/Tequity/tequity.github.io.git`
You should have a dirctory name "tequity.github.io.git".
** SUCCESS! ** you now have the application.

*Do all work on the Middleman branch!* When you want to deploy something, use this command instead:
middleman deploy
To run on your local machine, run
middleman
To build our website, we are using SCSS, HAML, and regular Javascript.