This client is a WIP to make entering data to redmine a much more accurate and easy task.
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
andtest-user
to log in to a user account - Use
admin
andadmintest
to log in to an admin account - Get an API key from the user page, the address for your local redmine is
localhost:3001
See the CONTRIBUTING.md file 👀