README.md
[](https://app.circleci.com/pipelines/github/evrone/evrone_opensource)[](https://codeclimate.com/github/evrone/evrone_opensource/maintainability)[](https://codeclimate.com/github/evrone/evrone_opensource/test_coverage) # Evrone Opensource Improve READMEs of opensource projects. This project scans GitHub and other sources for projects whereREADME.md file can be improved. On the next step, we fork and improve the readme (add syntax highlighting,fix formating and so on) in our forked repository. Then we create a PR within cloned repository and after PR got approvedby our team we propose changes to the original project. Our mission is to make opensource projects better. ## Documentation - [DevOps](docs/dev_ops.md) ## Resources - [Production Docker Image](https://hub.docker.com/repository/docker/evrone/evrone_opensource) ## Setup * `GITHUB_ACCESS_TOKEN` - token to access GitHub API* `GIT_AUTHOR_EMAIL` - email for creating commits ```$ docker-compoer up$ docker-compose exec app sh$ rails s -b 0.0.0.0$ rails test$ rubocop```