Demo of Deno KV OAuth working in Ultra.
Your new Ultra project is ready to go. You can follow the Ultra docs here: https://ultrajs.dev/
Make sure to install Deno: https://deno.land/manual/getting_started/installation
Then start the project in dev mode: This will watch the project directory and restart as necessary.
deno task dev
Or start the project in production mode:
deno task build && cd .ultra && deno task start