Skip to content

Instantly share code, notes, and snippets.

@sintaxi
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sintaxi/9543597 to your computer and use it in GitHub Desktop.
Save sintaxi/9543597 to your computer and use it in GitHub Desktop.
deploying harp to github pages.
harp init _src <-- creates harp app in dir called _src
harp server _src <-- harp starts serving _src
harp compile _src . <-- compile _src to the project root
git commit -am "first deploy" <-- commit changes
git push origin master <-- deploy!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment