Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 752 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 752 Bytes

Moco Counter

Moe Counter on Cloudflare Workers.

Moco Counter

Self-hosting

You can use the hosted instance for any purpose, but if you want to self-host:

  • Clone this repository.
  • Install dependencies with pnpm install.
  • Modify wrangler.toml to your liking.
  • Check out example.dev.vars for required secrets to set. You can use the Upstash integration in Cloudflare dashboard.
  • Run pnpm run deploy. For the first deployment, you may need to comment services in wrangler.toml before deploying again with it uncommented.

Development

pnpm i
pnpm dev