Unicorn Website
Below are setup and deploy instructions for the website. You'll need to have bower and node.js installed before you begin.
Development
- On the command line inside the root directory run
bower install
.
- Next run
npm install
or sudo 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.
Continous Deployment
- Anything committed to the master repo will be deployed to http://unicorn-ui.com/ automatically.