Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Files

Latest commit

e569a7f · Feb 17, 2014

History

History

assets

{{name}}

{{description}}

Development

Test it in browser

cd ~ && git clone {{repo_url}}
cd {{project_name}}
open index.html

Test it in Hive

Download and install Hive on your Mac OSX

cd ~ && git clone {{repo_url}}
cd ~/Library/Application\ Support/Hive/Applications/
ln -s ~/{{project_name}}/ {{app_id}}

Go to Hive menu "Tools" > "Debugging Tools" > "Rebuild application list".

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request