Skip to content

ananthb/rate-my-pulls

Repository files navigation

Rate My Pulls

Continous Integration OCI Container Images

Tinder for your pull requests.

A GitHub app that lets you swipe through code from the users you follow. Match with a user if you've swiped right on their code and vice-versa.

Builds

Container

# build contaimer image
podman build -t rate-my-pulls .

# copy and edit environment
cp env.default env

# run the container
podman run --rm --name rate-my-pulls -p 8000:8000 --env-file env rate-my-pulls

Linux

Dependencies:

  1. python 3.10 or greater
  2. nodejs 18 or greater
  3. poetry
  4. rust stable
# build Elm app
npm install
npm run build

# start development server
npm start

# install python dependencies
poetry install

# setup environment
# don't forget to edit env
cp env.default env

# run the python app
poetry run rmp

URLs

Acknowledgements

NES.css is an NES-style CSS Framework. NES.css is licensed under the MIT license.

Copyright 2018 B.C.Rikko.

Press Start 2P is a bitmap font based on the font design from 1980s Namco Arcade games. Press Start 2P is licensed under the Open Font License.

Press Start 2P is designed by Cody "CodeMan38" Boisclair.

COPYING

Rate My Pulls is licensed under AGPL-3.0-only. The full text of the license is available in the COPYING file.

Copyright 2022, Ananth rate-my-pulls@kedi.dev