Generate a GitHub language profile SVG from a public user's repositories.
Replace <username> with the GitHub username you want to render.
Create .dev.vars:
GITHUB_TOKEN=your_github_tokenThen run:
npm install
npm run devOpen:
http://localhost:8787/profile.svg?username=<username>Set the GitHub token as a Cloudflare Workers secret:
npx wrangler secret put GITHUB_TOKENThen deploy:
npm run deploy