https://github.com/dan-online/gitapp
A simple desktop app for github
https://github.com/dan-online/gitapp
app electron git git-app gitapp github github-app webapp
Last synced: 9 months ago
JSON representation
A simple desktop app for github
- Host: GitHub
- URL: https://github.com/dan-online/gitapp
- Owner: dan-online
- License: cc0-1.0
- Created: 2019-06-16T20:58:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T05:19:19.000Z (about 2 years ago)
- Last Synced: 2025-03-30T05:03:52.446Z (10 months ago)
- Topics: app, electron, git, git-app, gitapp, github, github-app, webapp
- Language: JavaScript
- Homepage: https://gitapp.dancodes.online
- Size: 3.16 MB
- Stars: 11
- Watchers: 1
- Forks: 6
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# GitApp
A simple app for working on github.com
You can find the website at [gitapp.dancodes.online](https://gitapp.dancodes.online)
# Features
- Auto Updating to latest github release
- Clean delivery of github
- Easy use
- Clean UI
- Notifications
- Tray icon for fast access
# [Download](https://github.com/dan-online/GitApp/releases)
All downloads are [here](https://github.com/dan-online/GitApp/releases)
### Supported devices
- MacOS
- Windows
- Linux
- Android
# To-Do
- ~Android App~
- Styling the app
# Collaborate
- All pull requests are welcome
- Also issues
## Help
If you know how to make an iOS app, that would be very welcome!
# Contact
You can contact me with [email](mailto:dan@dancodes.online)
# Development
### Starting in development
```bash
$ npm install
$ npm start
```
### Building
#### Desktop
```bash
$ cd Desktop; build --mac/--windows/--linux
```
#### Android
```bash
$ cd Android; npm run package;
```
This readme was written in the app :)