1- https://deno.land/#installation
2- clone:
git clone https://github.com/Zizwar/midino
- terminal
$ deno task start
or
$ deno run -A --watch=static/,routes/ dev.ts
or
$ deno run --allow-net --allow-read main.ts
- docker
$ docker build -t app . && docker run -it --init -p 1993:1993 app
- cloud
```sh
in https://dash.deno.com create a new project and then link to your version repo.
https://codepen.io/liva_raita/pen/zYxpLjJ by @liva_raita