This project is a web front-end designed to provide some visual informations about repositories and users present in GitHub, Gitlab and others providers.
After clone this repository, execute this command on terminal for make sure to install all the dependencies:
yarn install
So on, you're ready to run the application:
yarn start
To run with docker-compose, open your cloned project and navigate into the root directory. Then, open a terminal session and enter the following:
docker-compose up -d
And you can open http://localhost:3000 to view it in the browser.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.