Skip to content

Commit

Permalink
doc: Add .env.example template info (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Strusz authored and bkeepers committed Feb 3, 2018
1 parent e8fde06 commit 0b1a875
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/development.md
Expand Up @@ -56,7 +56,8 @@ The most important files note here are `index.js`, which is where the code for y

To run your app in development, you will need to configure a GitHub App to deliver webhooks to your local machine.

1. Go to [smee.io](https://smee.io) and click **Start a new channel**. Set `WEBHOOK_PROXY_URL` in your `.env` to the URL that you are redirected to.
1. On your local machine, copy `.env.example` to `.env`.
1. Go to [smee.io](https://smee.io) and click **Start a new channel**. Set `WEBHOOK_PROXY_URL` in `.env` to the URL that you are redirected to.
1. [Create a new GitHub App](https://github.com/settings/apps/new) with:
- **Webhook URL**: Use your `WEBHOOK_PROXY_URL` from the previous step.
- **Webhook Secret:** `development`
Expand Down

0 comments on commit 0b1a875

Please sign in to comment.