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