From 0b1a8751082232db89f52ad6f904598a22b6a97c Mon Sep 17 00:00:00 2001 From: Jamie Strusz Date: Sat, 3 Feb 2018 14:01:55 -0600 Subject: [PATCH] doc: Add `.env.example` template info (#414) --- docs/development.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index e9f28a2935..bef0db8987 100644 --- a/docs/development.md +++ b/docs/development.md @@ -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`