Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 715 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 715 Bytes

LetsGit

LetsGit is a git client located entirely in the cloud. Some of its target users are those who use computers without admin access (e.g. high school students) and designers who are working with developers but don’t want to deal with installing and configuring git. LetsGit allows users to clone repositories from any git server, including github. Esoteric git commands are replaced with an easy to use, button-based GUI. LetsGit is free to use and is available at http://LetsG.it/. Now with SSL.

Running App

$ npm install
$ node app.js

# In a new terminal window
$ mongod
# Application is now running at http://localhost:3000/. Enjoy.

License

MIT License