futabooo's personal site powered by HonoX
- HonoX - Full-stack web framework
- Hono - Web framework for the Edges
- Vite - Build tool
- Tailwind CSS + daisyUI - Styling
- Pagefind - Static search
- Cloudflare Workers - Deployment
All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
bun install |
Installs dependencies |
bun run dev |
Starts local dev server at localhost:5173 |
bun run build |
Build your production site to ./dist/ |
bun run preview |
Preview your build locally with Wrangler |
bun run deploy |
Build and deploy to Cloudflare Workers |