xtablo-source/api
2025-07-06 22:41:02 +02:00
..
src Implement planning 2025-07-06 22:41:02 +02:00
.gitignore Some good progress 2025-06-23 11:34:30 +02:00
package-lock.json Start working on invitations 2025-07-01 22:28:49 +02:00
package.json Improve SQL tables 2025-07-03 21:42:49 +02:00
README.md Some good progress 2025-06-23 11:34:30 +02:00
tsconfig.json Update api for gcloud and fix frontend 2025-06-24 21:56:43 +02:00

npm install
npm run dev
npm run deploy

For generating/synchronizing types based on your Worker configuration run:

npm run cf-typegen

Pass the CloudflareBindings as generics when instantiation Hono:

// src/index.ts
const app = new Hono<{ Bindings: CloudflareBindings }>()