Liveblog embed server side generation plugin for superdesk. Made with backbone.
License: GPLv3
Copyright: Sourcefabric o.p.s.
Client requires nodejs
installed and a few steps:
npm install -g grunt-cli # install grunt
npm install # install other node dependencies
bower install # install bower components
After you can start local dev server on port 9000
:
grunt server
Every commit has to have a meaningful commit message in form:
[JIRA ref] [JIRA Title] or [Tile]
<empty line>
[Description]
Every pull request has to have a meaningful message if not specified from commit, then it needs a good description of what is does.
Where JIRA ref is at least Issue code eg. LB-13
.
For trivial changes you can ommit JIRA ref or Description or both: Add travis.yml files
You can test your code before sending a PR via: ./travis_build.sh