Below are setup and deploy instructions for the website. You'll need to have bower and node.js installed before you begin.
- On the command line inside the root directory run
bower install
. - Next run
npm install
orsudo npm install
. - Now run
gulp
. This will build the site and automatically open Chrome. - All your changes to css, html, js, etc. will live reload automatically.
- Anything committed to the master repo will be deployed to http://unicorn-ui.com/ automatically.