Manages some packages for LiveSupport app by branch.
Branch name | outline |
---|---|
master | The sample package. |
default | The default package. |
niconico | The package to view message like Niconico. |
reading | The package to read message. |
view | The package to view message for broadcaster. |
store | The package to store message. |
-
Move to
LiveSupport/resources/app/packages
$ cd path/to/LiveSupport/resources/app/packages
-
Install.
npm install
e.g. master branch (Sample package)$ npm install LiveSupportApp/LiveSupport#master
-
Add the package name in LiveSupport app settings. See LiveSupport document. coming soon
-
Happy broadcasting!
- 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 a new Pull Request.