TechRetreat / techretreat.github.io

Tech Retreat Website

Home Page:http://techretreat.ca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Tech Retreat Website

http://techretreat.ca


Languages

Language:JavaScript 89.3%Language:HTML 8.6%Language:CSS 2.0%Language:Shell 0.0%