Skip to content

Latest commit

 

History

History
65 lines (54 loc) · 1.95 KB

README.md

File metadata and controls

65 lines (54 loc) · 1.95 KB

TODO:

Stack

Development

Run the Hono server with Vite dev middleware:

pnpm dev

Deployment

First, build your app for production:

pnpm build

Then run the app in production mode:

pnpm start