Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.31 KB

README.md

File metadata and controls

58 lines (39 loc) · 1.31 KB

Redmine Logger

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.

Features

  • 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.

Use already builded application for your Windows/Mac:

  1. Open builds folder on google drive and download file accordiong to your OS https://drive.google.com/drive/folders/1GCbwj4CgdgjDnx6Ymo3wRZXMXSZgMIj0?usp=sharing

  2. Unarhive and install downloaded file.

Or install according to your requirments:

To install and run the Redmine Tracker application on your platform, follow these steps:

  1. Clone the GitHub repository:
git clone https://github.com/Misyuk-T/redmine-application.git
  1. Make sure that u have Node.js >= v16.0.0 and yarn >= v1.22.19
node --version && yarn --version
  1. Install dependency
yarn install
  1. Build electron app with necessary flag: --win --mac or --linux
yarn build --mac
  1. Run app
yarn electron

Troubleshoot

yarn is not installed

npm i --global yarn