Skip to content

probot/example-begin

Repository files navigation

Probot & Begin example

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

Begin build status

Deploy your own

Deploy 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

  1. APP_ID
  2. PRIVATE_KEY (base64 encoded, you can do that here)
  3. WEBHOOK_SECRET

Local setup

  • Start the local dev server: npm start
  • Run your tests: npm test

Reference

  • 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!