Repository · ccantynz
Strong

No description yet.

main1 branch5 files · 1 dirUpdated 1mo ago
CodeIssuesPull RequestsActionsSecurityInsights
✨ AI
More
Settings
main
srcInitial commit: Vapron hono starter1 month ago
.gitignoreInitial commit: Vapron hono starter1 month ago19 B
bun.lockInitial commit: Vapron hono starter1 month ago1.1 KB
package.jsonInitial commit: Vapron hono starter1 month ago295 B
README.mdInitial commit: Vapron hono starter1 month ago325 B
tsconfig.jsonInitial commit: Vapron hono starter1 month ago209 B
No AI activity this week
README.md

Vapron Hono Starter

A minimal API on Hono running on Bun.

Develop

bun install
bun run dev

Routes

  • GET / — a hello-world JSON response
  • GET /health — health check

Deploy

Deployed on Vapron via bun install && bun run start.