MangaDex@Cloud

...

Installation

...

Setup Runtime Environment

  1. Install deno
  2. deno install https://github.com/...
  3. deno run ...

FooBar

Development

...

Setup Development Environment

  1. Install git
  2. Install deno
  3. Checkout repository
  4. Run:
    deno run --allow-net --allow-read --allow-write --unstable ./src/App.ts --key=xxxxxxxx --port=44300 --cache=https://s5.mangadex.org --size=512
  5. Deploy:
    deno bundle ...