/codevember

A space to store stuff i'll make through codevember 2015 on codepen.io.

Primary LanguageJavaScript

#codevember

A space to store stuff i'll make through codevember 2015 on codepen.io.

You can see the live version at : http://jibhaine.github.io/codevember/

Tech

Every pen is made with Jade for html, Babel for Ecmascript2015 to es5 js, and Sass for CSS.

Final project is built with gulp and deployed on github-pages.

How to build locally.

You just need node.js installed, then :

npm install
gulp build