#BoilerMake Website [frontend]
##Info This site is currently being actively developed for use in BoilerMake 4, ~October 2016. If you are interested in using some/all of the components with your hackathon, please email [email protected]. We are planning on releasing a complete stable beta by the begining of May. featureset + more information here!
###getting up and running:
- install npm
- run
npm install -g gulp bower
- run
npm install
to install the gulp thingies - run
bower install
to update the css + js external assets - copy
src/app/config.example.js
intosrc/app/config.js
and enter in the url running the backend (remember to addv1
in there!) - make sure you have the backend running
- run
gulp serve
to serve the site :) - if it yells at you about node sass do this