- Visit https://console.deno.com to access the new dashboard
- Create a new Deno Deploy organization
- Create your first application within this organization
- Deploy from your GitHub repository or directly from the dashboard
deno install
deno task start:watch
curl "http://localhost:7002/resolve?name=POC"
deno deploy --prod
# browse at https://cust-hash-v1.rp.deno.net/
curl "https://cust-hash-v1.rp.deno.net/resolve?name=POC"