From 3e59671bc6d0410e645914d5ce7203987887e1ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich=20=28Mac=29?= Date: Sat, 4 Feb 2023 01:18:05 +0100 Subject: [PATCH] Add development instructions --- README.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04951cd..d3b80b9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,26 @@ -# mackorone-playlist-pr-bot -GitHub bot that automatically verifies PRs with new playlist entries +# playlist-entry-validator + +GitHub bot that automatically verifies pull requests with new playlist entries for [spotify-playlist-archive](https://github.com/mackorone/spotify-playlist-archive) repo. + +## Development + +### Prerequisites + +- Node.js version 18 or later + +### Setup + +(You only need to do this once) + +1. Fork and clone the repo. Then open your command line, `cd` into the project's directory, and run `npm install` +2. Follow [this guide](https://probot.github.io/docs/development/#manually-configuring-a-github-app) to create your own GitHub app and configure environment variables + +### Running in dev mode + +``` +npm run dev +``` + +## License + +MIT