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
The running locally section no longer covers all the necessary steps to run the app - there are a few required environment variables too:
DEV_CLIENT_ID=
GitHub OAuth Client ID
DEV_CLIENT_SECRET=
GitHub OAuth client secret
GOOGLE_BOOKS_KEY=
You'll need a Google books api key, obtained from https://console.developers.google.com
When registering the GitHub OAuth application, make sure to set the callback URL to hostname + /login/github-callback
The text was updated successfully, but these errors were encountered:
The running locally section no longer covers all the necessary steps to run the app - there are a few required environment variables too:
When registering the GitHub OAuth application, make sure to set the callback URL to
hostname + /login/github-callback
The text was updated successfully, but these errors were encountered: