https://github.com/rp4rk/tnt
An alternative (better) client for Redmine
https://github.com/rp4rk/tnt
client hooks react redmine redux
Last synced: 2 months ago
JSON representation
An alternative (better) client for Redmine
- Host: GitHub
- URL: https://github.com/rp4rk/tnt
- Owner: rp4rk
- License: mit
- Created: 2019-04-18T20:05:24.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-11T23:49:10.000Z (4 months ago)
- Last Synced: 2025-04-23T01:57:08.247Z (2 months ago)
- Topics: client, hooks, react, redmine, redux
- Language: JavaScript
- Size: 1.03 MB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# TNT Client for Redmine
[](http://pipeline.redmine-bad.site/rp4rk/tnt)
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 👀