This repository contains the code that runs the website of Siimple.
Run npm to install all develop dependencies:
npm install
Then, run bower to download the frontend dependencies:
bower install
The first time you must run gulp to build the website:
gulp
Copyright 2016 Josemi Juanes. Under the MIT LICENSE.