mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
| .. | ||
| src | ||
| .gitignore | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
| wrangler.toml | ||
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