Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 341 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 341 Bytes

Hi!

This is a simple setup for creating a static site hosted on Github Pages. Feel free to use however you'd like!

  1. npm install
  2. bower install
  3. grunt serve

Deploying

Run grunt

Push source to Source branch:

  • git push origin source

Push /dist to Master branch (for github pages):

  • git subtree push --prefix dist origin master