Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 491 Bytes

README.rst

File metadata and controls

17 lines (13 loc) · 491 Bytes

EuroPython 2014 Teaser Site

How to work on this?

First of all you need Node.js for Grunt and compass. Once you have all that run following command in your terminal to install Grunt and launch a livereload server:

npm install -g grunt-cli
npm install
grunt

As long as this is running, all your changes to the .scss files as well as the index.html trigger a reload of the page in your browser after compass has done its magic.