/tnt

An alternative (better) client for Redmine

Primary LanguageJavaScriptMIT LicenseMIT

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 👀