Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 535 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 535 Bytes

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 server

To 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