Set up .env file with a COOKIE_SECRET variable
.env
COOKIE_SECRET
COOKIE_SECRET=[run `openssl rand -base64 64` in the terminal]
Run the web application
deno task start
Source hosted on Tangled, mirrored on GitHub