supermemory/apps/cf-ai-backend
2024-06-01 21:21:52 -05:00
..
src commented the backend code with it's limitations + optimised and removed a bunch of unnecessary queries 2024-06-01 21:21:52 -05:00
.gitignore feat: Rewrite backend to hono 2024-05-18 17:32:14 -05:00
package.json feat: Rewrite backend to hono 2024-05-18 17:32:14 -05:00
README.md feat: Rewrite backend to hono 2024-05-18 17:32:14 -05:00
tsconfig.json refactored UI, with shared components and UI, better rules and million lint 2024-05-25 18:41:26 -05:00
vite.config.ts feat: Rewrite backend to hono 2024-05-18 17:32:14 -05:00
wrangler.toml refactored UI, with shared components and UI, better rules and million lint 2024-05-25 18:41:26 -05:00

Hono minimal project

This is a minimal project with Hono for Cloudflare Workers.

Features

  • Minimal
  • TypeScript
  • Wrangler to develop and deploy.
  • Jest for testing.

Usage

Initialize

npx create-cloudflare my-app https://github.com/honojs/hono-minimal

Install

yarn install

Develop

yarn dev

Test

yarn test

Deploy

yarn deploy

Examples

See: https://github.com/honojs/examples

For more information

See: https://honojs.dev

Author

Yusuke Wada https://github.com/yusukebe

License

MIT