Redmine Tracker is a cross-platform application built using Electron and React. It allows users to track and manage tasks in Redmine and Jira project management systems. The application is available for Windows, macOS or Linux.
- Connects to Redmine and Jira project management systems.
- Tracks and manages tasks, issues, and projects.
- Provides a user-friendly interface for interacting with the project management systems.
-
Open builds folder on google drive and download file accordiong to your OS https://drive.google.com/drive/folders/1GCbwj4CgdgjDnx6Ymo3wRZXMXSZgMIj0?usp=sharing
-
Unarhive and install downloaded file.
To install and run the Redmine Tracker application on your platform, follow these steps:
- Clone the GitHub repository:
git clone https://github.com/Misyuk-T/redmine-application.git
- Make sure that u have Node.js >= v16.0.0 and yarn >= v1.22.19
node --version && yarn --version
- Install dependency
yarn install
- Build electron app with necessary flag: --win --mac or --linux
yarn build --mac
- Run app
yarn electron
npm i --global yarn