blob: ceaad3be7a3fc21de226d8e5dda5d0a23fed392f (
plain)
1
2
3
4
5
6
7
8
9
10
|
# brokentalents.fun
## Setup
* `npm install`
* create backend/secret.js as `module.exports.apikey = 'yourapikey';` or export the env var `API_KEY=""`
## Updating the data
`npm run backend`
|