/discord-uno

Uno recreated in Discord

Primary LanguageTypeScript

Cloudflare Workers Template

A Cloudflare Workers template using Hono, Typescript, and Wrangler.

Run Locally

  # Clone the project
  npx wrangler generate <name> https://github.com/ItsRauf/worker-template
  # Go to the project directory
  cd <name>
  # Install dependencies
  yarn install
  # Start the server
  yarn dev --local

Authors