# Hono A simple HTTP server using Hono. ## Getting Started ```bash npm install npm run build npm start ``` ## Endpoints - `GET /` - Returns `{"message": "Hello from Hono!"}` - `GET /health` - Returns `{"status": "ok"}`