Skip to content

mbhrznr/ultra-deno-kv-oauth-demo

Repository files navigation

Ultra project

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/

Usage

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

Releases

No releases published

Packages

No packages published