Skip to content

TechRetreat/techretreat.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

57baf45 · Jul 9, 2016
Mar 22, 2016
Mar 22, 2016
May 16, 2016
Sep 27, 2015
Jul 9, 2016
Jul 4, 2016
Mar 22, 2016
Jul 4, 2016
Apr 5, 2015
May 13, 2016
Apr 9, 2016
May 13, 2016
Apr 9, 2016
Nov 30, 2015
Jul 9, 2016
Nov 30, 2015
Jul 4, 2016
Mar 3, 2016
Apr 9, 2016
Feb 6, 2016
Apr 7, 2016
Mar 24, 2016
Nov 30, 2015
Jul 4, 2016

Repository files navigation

Tech Retreat

Circle CI

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.

Editing

  • Pages: Edit the mustache templates in /pages and rerender with grunt mustache_html
  • Styles: Edit the sass in /scss and render with grunt sass and then grunt autoprefixer
  • Javascript: Edit the ES6 js in /src and render with grunt babel

Development Environment

Ensure you have npm installed, and that you've cloned this repo.

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

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

$ npm install

This will install all dependencies. Namely babel so we can use all that sweet ES6 syntax!

To run the server:

$ grunt

Then navigate to localhost:8000 in your browser.

Contribution

Please submit pull requests for changes you make, and ping the team on Slack. To organize branches please prefix them with feature/ or patch/ depending on the scope of the change.