An open API service indexing awesome lists of open source software.

https://github.com/souris-dev/commitman-gui

GUI for the commit-man VCS. For CLI, see the repo link below.
https://github.com/souris-dev/commitman-gui

electron electronjs gui javascript nodejs vcs version-control

Last synced: 10 months ago
JSON representation

GUI for the commit-man VCS. For CLI, see the repo link below.

Awesome Lists containing this project

README

          

# Commit-Man GUI

## Running

1. Ensure that you have the npm package manager installed.
2. Clone the repository and `cd` into the GUI source code directory.
3. Run `npm install` to install the dependencies.

4. Then run `npm run dev` to start the GUI.

## Built With

This application is made using electron.js and React.js.