Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wizyma/fancy-git
Minimalist git with fancy navgation
https://github.com/wizyma/fancy-git
github graphql react typescript
Last synced: 11 days ago
JSON representation
Minimalist git with fancy navgation
- Host: GitHub
- URL: https://github.com/wizyma/fancy-git
- Owner: Wizyma
- License: bsd-3-clause
- Created: 2017-10-29T19:59:54.000Z (about 7 years ago)
- Default Branch: staging
- Last Pushed: 2022-10-31T02:43:14.000Z (about 2 years ago)
- Last Synced: 2024-06-25T11:50:42.505Z (5 months ago)
- Topics: github, graphql, react, typescript
- Language: JavaScript
- Homepage:
- Size: 1.67 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 29
-
Metadata Files:
- Readme: README.1.md
- License: LICENSE
Awesome Lists containing this project
README
# Fancy-Git
Fancy-Git is (or will be) a minimalist git explorer
=======================**Init commands**
* clone the repo and **run npm install**
* **npm run start:dev** to run client
* **npm run start:server** to start the serverTo use it you will need a github token for the api create one then create a file called config.json at the root of the project with the same keys as the file **template.config.json**
If you wish to run the app with electron please start first the client and the server then run :
* npm run desk