Skip to content

kiranpandit/test-vercel

Repository files navigation

Probot & Vercel example

This repository is an example of how to deploy the "Hello, World" of probot apps to Vercel.

Local setup

Install dependencies

npm install

Start the server

npm start

Follow the instructions to register a new GitHub app.

Deployment

The app is continuously deployed using Vercel's GitHub app.

How it works

The api/github/webhooks/index.js file is handling requests to POST /api/github/webhooks, make sure to configure your GitHub App registration's webhook URL accordingly.

License

ISC