Code Monkey home page Code Monkey logo

liveblog-client's Introduction

Liveblog Client based on Superdesk Client

Build Status devDependency Status Coverage Status

Liveblog Client is a javascript client for Liveblog REST API server.

License: GPLv3

Copyright: Sourcefabric o.p.s.

Setup

Client requires nodejs installed and a few steps:

npm install -g bower grunt-cli
npm install # install other node dependencies
bower install # install bower components

After you can start local dev server on port 9000:

grunt server

Running with docker

This also will start frontend on localhost:9000. Change http://localhost:5000 to an actual backend server.

docker build -t liveblog-client:devel ./
docker run -i -p 9000:9000 -t liveblog-client:devel grunt server --server=http://localhost:5000 --force

Also u can start it with default parameters using vagrant:

vagrant up --provider=docker

Info for contributors

Commit messages

Every commit has to have a meaningful commit message in form:

Title
[<empty line>
Description]
[<empty line>
JIRA ref]

Where JIRA ref is at least Issue code eg. LBSD-13.

For trivial changes you can ommit JIRA ref or Description or both: Fix typo in liveblog.translate docs.

CI

You can test your code before sending a PR via: grunt ci

liveblog-client's People

Contributors

nistormihai avatar nidzix avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.