Add required environment variable names to the readme
Open
chore
enhancement
T25m
- Dominant language
- Elixir
- Stars
- 16
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
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__
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.