Skip to content

Commit 07092e2

Browse files
committed
Added Link to Github integration wiki from readme
1 parent a0dcb68 commit 07092e2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Have everything installed and ready to work? Read [our usage guides](USAGE.md) t
5353
- [Linting and style guidelines](USAGE.md#linting-code-with-credo)
5454
- [Work with the Ember front-end](USAGE.md#serving-ember)
5555
- [Set up environment variables](USAGE.md#environment)
56+
- [Set up Github Integration](https://github.com/code-corps/code-corps-api/wiki/GitHub-Apps-–-How-to-set-up-your-local-environment)
5657

5758
## Documentation
5859

Diff for: USAGE.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- [How do I view the API docs?](#api-docs)
88
- [How do I lint the code?](#linting-code-with-credo)
99
- [How do I serve the front-end?](#serving-ember)
10+
- [How do I setup Github Integration?](#github-integration)
1011
- [Do I need special environment variables?](#environment)
1112

1213
### Interacting with the app
@@ -80,3 +81,7 @@ In your `.env` you should have a `STRIPE_SECRET_KEY` and `STRIPE_PLATFORM_CLIENT
8081

8182
- `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).
8283
- `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).
84+
85+
### Github Integration
86+
87+
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))

0 commit comments

Comments
 (0)