From 07092e25ecb94c784262bbbf1b539932476cd2a2 Mon Sep 17 00:00:00 2001 From: vishaldeepak Date: Tue, 31 Oct 2017 10:45:02 +0530 Subject: [PATCH] Added Link to Github integration wiki from readme --- README.md | 1 + USAGE.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 916077379..7a7fb9a1f 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Have everything installed and ready to work? Read [our usage guides](USAGE.md) t - [Linting and style guidelines](USAGE.md#linting-code-with-credo) - [Work with the Ember front-end](USAGE.md#serving-ember) - [Set up environment variables](USAGE.md#environment) +- [Set up Github Integration](https://github.com/code-corps/code-corps-api/wiki/GitHub-Apps-–-How-to-set-up-your-local-environment) ## Documentation diff --git a/USAGE.md b/USAGE.md index aa3ff2469..ca6b13c72 100644 --- a/USAGE.md +++ b/USAGE.md @@ -7,6 +7,7 @@ - [How do I view the API docs?](#api-docs) - [How do I lint the code?](#linting-code-with-credo) - [How do I serve the front-end?](#serving-ember) +- [How do I setup Github Integration?](#github-integration) - [Do I need special environment variables?](#environment) ### Interacting with the app @@ -80,3 +81,7 @@ In your `.env` you should have a `STRIPE_SECRET_KEY` and `STRIPE_PLATFORM_CLIENT - `STRIPE_SECRET_KEY` should be set to your "Test Secret Key" from the [API Keys section of your Stripe dashboard](https://dashboard.stripe.com/account/apikeys). - `STRIPE_PLATFORM_CLIENT_ID` should be set to "Development `client_id`" key from the [Connect section of your Stripe dashboard](https://dashboard.stripe.com/account/applications/settings). + +### Github Integration + +To setup github integration follow instructions on this [wiki page]((https://github.com/code-corps/code-corps-api/wiki/GitHub-Apps-–-How-to-set-up-your-local-environment)) \ No newline at end of file