This project involves the following third parties, the accounts for which will need to be set up.
- Airtable
- Give Butter
-
Create a
.envfile in the base directory. This file can be used for any variables that you need to keep secret, including API keys. This file should not be checked into git. This exclusion will happen automatically, as.envis listed in the.gitignorefile. -
Add the following variables to the
.envfile.AIRTABLE_BASE=[your_base] AIRTABLE_API_KEY=[your_key]
TBD