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: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,12 @@ yarn install
22
22
bin/dev
23
23
```
24
24
25
+
create `.env.development`:
26
+
```env
27
+
AIRTABLE_BASE_KEY=appXXX
28
+
AIRTABLE_PAT=patXXX
29
+
```
30
+
25
31
## adding a new token type
26
32
27
33
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