Skip to content

Files

Latest commit

 

History

History

2015

README.md

Tech Retreat

A website for Tech Retreat.

Tech Retreat brings together passionate high school students for a one-day event held in the heart of Canada's technology hub. Hear from seasoned speakers and students in the industry. Learn and collaborate with like-minded peers to create something amazing.

Development Environment

Ensure you have npm and bower installed, and that you've cloned this repo. You will also need ruby and sass installed.

If you don't have npm, download Node.js and npm.

Then, open your terminal and cd into this repo's directory:

$ npm install
$ npm install bower -g
$ bower install

That will install bower, a package manager for the front-end, and then installs our front-end dependencies as well as the grunt task runner to compile SASS and minify CSS.

To run the server:

$ grunt

Then navigate to localhost:8000 in your browser.