This is a honojs/hono starter kit for deploying on Vercel.
First, run the development server:
npm install
npm run start #vercel dev will run
Follow the setup guide to select a Vercel project.
Open http://localhost:3000/api with your browser to see the result.
You can start editing the API by modifying api/index.ts
and learn more by taking a look to the API documentation.
The easiest way to deploy your Hono app is to use the Vercel Platform.