YaronMiro / mero

0 stars 0 forks source link

Installation

npm install
bundle install --path vendor/bundle
bower install

Then run gulp to start the local server with BrowserSync.

View locally after minifications gulp serve:prod

Deploying to gh-pages

In order to publish your work run gulp publish && gulp deploy while on the master branch.