Skip to content

Files

Latest commit

02e0c32 · Oct 17, 2018

History

History
32 lines (22 loc) · 654 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 654 Bytes

Gits logo

Gits is a minimalistic site to find good issues to contribute in OSS world.

At the moment hosted on Gits

Installation

  1. Install Node. Download the "Recommend for Most Users" version.

  2. Clone the repo:

git clone git@github.com:randalmaia/gits.git
  1. Go to the project directory
cd gits
  1. Install the project dependencies
npm install
  1. Run local server
npm start

The website will be running on http://localhost:3000