{{description}}
cd ~ && git clone {{repo_url}}
cd {{project_name}}
open index.html
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".
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request