Landing page for k1m.dev — Tech Engineer & MVP Builder. Static site served via Cloudflare Pages (Wrangler).
This project is for learning purposes. Use it as a reference for structure, styling, or deployment; it is not intended for production reuse as-is.
npm install
npm startRuns a local dev server (Wrangler Pages) with the public directory.
npm run deployDeploys the public folder to Cloudflare Pages.
public/— Static assets: HTML, CSS, JS, images, blog,site.webmanifest, etc.wrangler.toml— Cloudflare Pages/Workers config (assets from./public).
Private / for learning. See repo for details.