An open, extensible, platform for github users to track top repositories of various programming languages.
Try out Github Battle's hosted version at www.react-githubbattle.netlify.app.com.
Github Battler requires the following dependencies:
For contributing features and fixes you can quickly get an environment running using Docker by following these steps:
- Install these dependencies if you don't already have them
- Clone this repo
- Run
npm install
, this wil download dependencies. - Run
npm run start
to run the server in development mode.
Github Battle was built to learn reactjs. I am not accepting any contributions, feel free to fork this repository and use this however you want.