This is a minimal template that utilises Disploy without it's CLI and runs on Deno.
You can deploy easily to Deno Deploy once the npm:
import specifier is implemented into Deno Deploy, for now you can only run via the Deno CLI.
- Deploy commands
$ deno task deploy
- Start
$ deno task start
- Tunnel
# ngrok is a great way to reverse proxy to the public internet
$ ngrok http 8000
https://discord.gg/E3z8MDnTWn - Join our Discord server for support and updates!