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.
- Host: GitHub
- URL: https://github.com/souris-dev/commitman-gui
- Owner: souris-dev
- Created: 2021-05-14T07:41:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-07T08:08:45.000Z (over 4 years ago)
- Last Synced: 2025-01-23T05:14:22.184Z (11 months ago)
- Topics: electron, electronjs, gui, javascript, nodejs, vcs, version-control
- Language: JavaScript
- Homepage: https://github.com/Atharva-Gundawar/Commit-man
- Size: 223 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.