Gits is a minimalistic site to find good issues to contribute in OSS world.
At the moment hosted on Gits
-
Install Node. Download the "Recommend for Most Users" version.
-
Clone the repo:
git clone [email protected]:randalmaia/gits.git
- Go to the project directory
cd gits
- Install the project dependencies
npm install
- Run local server
npm start
The website will be running on http://localhost:3000