Artifact unblocker for ESLauncher2#140.
- create a cloudflare account, install wrangler, and login
- create a github api key with the
public_repo
scope
for local development:
- create
.dev.vars
with the contentsAPI_KEY=your_api_key
wrangler dev
deploy:
wrangler secret put API_KEY
-> enter your keywrangler publish
to deploy (to your account)