Skip to content

Commit f595baf

Browse files
committed
add env to readme
1 parent 195e2d4 commit f595baf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ yarn install
2222
bin/dev
2323
```
2424

25+
create `.env.development`:
26+
```env
27+
AIRTABLE_BASE_KEY=appXXX
28+
AIRTABLE_PAT=patXXX
29+
```
30+
2531
## adding a new token type
2632

2733
run a Hack Club service with API keys? please add support! when tokens leak (and they will), fast revocation protects your users. it only takes a few lines of code and a PR.

0 commit comments

Comments
 (0)