A service built using Hono to save plugins, themes and fonts to the cloud.
$ pnpm install
Fill in the .dev.vars
file and upload the secrets to your Cloudflare worker for deployment
# generate runtime.d.ts
$ pnpm run types
# development
$ pnpm run dev
# deploy
$ pnpm run deploy
MIT