Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 377 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 377 Bytes

git-info

A MEAN application that aims to collect important metrics out of Git repositories.

Installation

OBS: To run this project, you'll need the latest Node.JS version installed.

Clone this repository with git clone and then run the following commands:

cd server
npm install
cd ../git-project
npm install

Now you're ready to go!