[WIP] I will do some interesting things by using Deno, and all pages will be deployed to Deno Deploy
.
- Install Deno
curl -fsSL https://deno.land/x/install/install.sh | sh
- Setup Deno Deploy locally
deno install --allow-read --allow-write --allow-env --allow-net --allow-run --no-check -f https://deno.land/x/deploy/deployctl.ts
- Run dev server
deployctl run main.ts
- Test
deno test -A --unstable test.ts