转到文件
Simon Vieille 719000aa26 end of students example 2015-01-22 15:53:41 +01:00
config config file 2015-01-05 08:51:21 +01:00
locales/en Init 2014-12-26 04:41:54 +01:00
node_modules Init 2014-12-26 04:41:54 +01:00
src redmine time update 2015-01-12 20:34:01 +01:00
.gitignore config file 2015-01-05 08:51:21 +01:00
LICENSE Init 2014-12-26 04:41:54 +01:00
README.md Readme updated 2015-01-05 08:54:35 +01:00
package.json Init 2014-12-26 04:41:54 +01:00

README.md

redmine-client

Redmine client is a GUI to manage the time spent on projects tasks by not using the web redmine interface.

Requirements

Installation

$ git clone https://github.com/simmstein/redmine-client.git
$ cd redmine-client
$ cp config/api.js.example config/api.js
$ vi config/api.js
> Edit API_KEY and API_HOST
$ node-webkit .