Skip to content

🏞️ A GitHub sidekick for repository maintainers

License

Notifications You must be signed in to change notification settings

reporanger/ranger

Repository files navigation

Ranger

A sidekick for repository maintainers

Netlify Status

Usage

  1. Configure the GitHub App
  2. (Optional) Create .github/ranger.yml based on the following template:
  3. See the docs for configuration

Contributing ✍️

To get started:

  1. yarn
  2. Create a .env file following .env.example
  3. Download a private key to the root of your directory
  4. Set WEBHOOK_PROXY_URL to the webhook URL in your .env
  5. brew services start redis
  6. yarn dev