rp4rk / tnt

An alternative (better) client for Redmine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TNT Client for Redmine

Build Status

This client is a WIP to make entering data to redmine a much more accurate and easy task.

Running the Project

To run a local development instance, you will need docker and docker-compose installed.

  • Clone the project
  • Run npm install to install the applications dependancies
  • Run docker-compose up to start the application along with a local redmine instance
  • Navigate to http://localhost:3002 to see the local redmine instance
  • Use test-user and test-user to log in to a user account
  • Use admin and admintest to log in to an admin account
  • Get an API key from the user page, the address for your local redmine is localhost:3001

Contributing

See the CONTRIBUTING.md file đź‘€

About

An alternative (better) client for Redmine

License:MIT License


Languages

Language:JavaScript 98.2%Language:HTML 1.6%Language:Dockerfile 0.2%Language:CSS 0.1%