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
- Host: GitHub
- URL: https://github.com/phusion/journalist-client
- Owner: phusion
- License: mit
- Created: 2014-12-18T15:50:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-29T20:33:51.000Z (almost 12 years ago)
- Last Synced: 2025-06-25T07:49:46.582Z (about 1 year ago)
- Language: CoffeeScript
- Size: 250 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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

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