An open API service indexing awesome lists of open source software.

https://github.com/phusion/journalist-client

UI for the journalist gem
https://github.com/phusion/journalist-client

Last synced: 12 months ago
JSON representation

UI for the journalist gem

Awesome Lists containing this project

README

          

# Journalist UI

The journalist gem sidekick.

## Installation

Assuming you have node.js and `npm` installed, type:

```shell
npm install -g grunt grunt-cli
npm install
```

And then execute:

$ grunt

This will run the UI and any existing profiles will pop up on the left.

## Quick screencast

![Screencast](https://raw.githubusercontent.com/journalistrb/journalist-client/master/docs/screencast.gif)

This shows the allocations screen.

## Status

There's LOTS to do at the moment, so consider this might heavily change.

## Contributing

1. Fork it ( https://github.com/journalistrb/journalist-client/fork )
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 a new Pull Request