You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: USAGE.md
+5
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
-[How do I view the API docs?](#api-docs)
8
8
-[How do I lint the code?](#linting-code-with-credo)
9
9
-[How do I serve the front-end?](#serving-ember)
10
+
-[How do I setup Github Integration?](#github-integration)
10
11
-[Do I need special environment variables?](#environment)
11
12
12
13
### Interacting with the app
@@ -80,3 +81,7 @@ In your `.env` you should have a `STRIPE_SECRET_KEY` and `STRIPE_PLATFORM_CLIENT
80
81
81
82
-`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).
82
83
-`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