Coder Social home page Coder Social logo

prajapati-parth / gitlly Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 2.0 211 KB

Doing git simply ๐Ÿ‘‰ Gitlly. Minimal git client made using Electron + React.

Home Page: https://prajapati-parth.github.io/gitlly/

License: MIT License

JavaScript 86.88% CSS 11.26% HTML 1.87%
electron react redux git nodegit gitclient

gitlly's Introduction

Gitlly

Minimal git client

Did Gitlly help you? Consider buying me a coffee!
Buy Me A Coffee

gitlly in action

Contributing

  • Clone the source code
    git clone https://github.com/prajapati-parth/gitlly.git

  • Configure to install node native module - Nodegit and install dependencies

# Electron's version.
export npm_config_target=1.7.9
# The architecture of Electron, can be ia32 or x64.
export npm_config_arch=x64
export npm_config_target_arch=x64
# Download headers for Electron.
export npm_config_disturl=https://atom.io/download/electron
# Tell node-pre-gyp that we are building for Electron.
export npm_config_runtime=electron
# Tell node-pre-gyp to build module from source code.
export npm_config_build_from_source=true
# Install all dependencies, and store cache to ~/.electron-gyp.
HOME=~/.electron-gyp npm install

Reference: https://mitchellsholly.com/the-simpler-way-to-rebuild-native-modules-in-electron/

  • Run dev server npm run dev

  • Run gitlly npm run gitlly

License

MIT

gitlly's People

Contributors

john-doe-007 avatar prajapati-parth avatar rodrigobdz avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

gitlly's Issues

License

How is this project licensed?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.