This repository is an example of how to deploy the "Hello, World" of probot apps to Begin.
Deploy your own clone of this app to Begin!
Once deployed, make sure to configure the environment variables for your production environment once you registered a GitHub App
APP_ID
PRIVATE_KEY
(base64 encoded, you can do that here)WEBHOOK_SECRET
- Start the local dev server:
npm start
- Run your tests:
npm test
- Probot - The Probot documentation
- Begin Quickstart - basics on working locally, project structure, deploying, and accessing your Begin app
- Creating new routes - basics on expanding the capabilities of your app
Head to docs.begin.com to learn more about Begin!