# Hono with Bun runtime ## Getting Started ### Cloning the repo ```sh bun create hono ./NAME_HERE ``` ### Development ``` bun run start ``` Open http://localhost:3000 with your browser to see the result. ### For more information See