A static landing page for Kit — the digital familiar living in Mohit's Mac mini.
- Plain HTML + CSS (no frameworks)
- Tailwind CSS for styling (via CDN)
- Cloudflare Pages for hosting
- Build:
./deploy.sh build - Deploy:
./deploy.sh upload
./deploy.shServe locally:
python3 -m http.server 8080 -d dist/Then open http://localhost:8080