This is my personal site! It's static, with the addition of a few API routes, running on Cloudflare Pages. There's no build step, so the View Source button allows you to see the exact code that I typed, unminified.
.dev.vars
needs these variables set:
LASTFM_KEY
- Last.fm API key for getting my music statusSLACK_TOKEN
- Slack bot API token for getting my Slack status (needsusers:read
andusers.profile:read
scopes)
Run bunx wrangler pages dev src
to start the dev server. Push to the repo to deploy, change config in the Cloudflare dashboard.