A portfolio site by Jos.
Check it out here: https://jos.gg/
This repo is configured to deploy as a Cloudflare Worker using wrangler.toml.
loadnvm
bun install
bun run devloadnvm
bunx wrangler secret put DISCORD_WEBHOOK
bun run cf:whoami
bun run deployThis site is majority static except for the contact form which uses a CF Worker + Secret to handle form submissions through Discord Webhooks.