Shell (Mac, Linux): curl -fsSL https://deno.land/x/install/install.sh | sh
PowerShell (Windows): iwr https://deno.land/x/install/install.ps1 -useb | iex
deno upgrade --version 1.8.3
deno install -qAf --unstable https://deno.land/x/[email protected]/denon.ts
run 'deno test --allow-env --allow-net --allow-read --allow-write --unstable --import-map import_map.json --config tsconfig.json' or 'denon test' to execute the tests.
run 'deno run --allow-env --allow-net --allow-read --allow-write --unstable --import-map import_map.json --config tsconfig.json app.ts' or 'denon start' to start server.