GUI for Git utilizing Electron, TypeScript, and React.
🚧 Work in Progress 🚧
Feel free to Watch this repository for updates or contribute. Thank you.
This project was created within the ITU course at BUT.
- Clone this repository to your local machine:
git clone https://github.com/mifka01/ITU23.git- Install project dependencies:
cd ITU23 && npm install- Run the application:
npm run dev- macOS
- Linux
- Windows 10 and newer
To create a distribution package of the application, run:
npm run buildThe built application will be located in the /releases directory
Contributions are highly appreciated. To contribute, fork the repository, make changes, and submit a pull request or open an issue.