Cloudflare Worker for https://github.com/MathMan05/Fermi
https://fermiw.booky.dev/
- TypeScript 88.1%
- JavaScript 11.9%
| .vscode | ||
| client@49632b3bab | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| .gitmodules | ||
| build.mjs | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| worker-configuration.d.ts | ||
| wrangler.jsonc | ||
| yarn.lock | ||
JankClientWorker
Uses Cloudflare Pages/Workers for fast deployment and fast access everywhere.
Hosted at https://jank.booky.workers.dev/ using Cloudflare Free Plan.
Self-hosting
Because this uses Cloudflare Workers, you will need to have a Cloudflare Account. I would recommend forking this repository, as you will need to change the Cloudflare Wrangler configuration file.
- Install yarn dependencies:
yarn install - Build static jank client distribution files:
yarn run build - Create uptime KV namespace:
yarn wrangler kv namespace create UPTIME- change theidin thewrangler.jsoncfile to theidshown in the command output. - Deploy:
yarn run deploy
To update, update the git repository first. Then execute the above steps again, but leave out step three.