Back to Templates

Live Example: https://hono.vercel.dev/
Prerequisites:
- Vercel CLI installed globally
To develop locally:
npm installvc devopen http://localhost:3000To build locally:
npm installvc buildTo deploy:
npm installvc deploy