···11# AT Protocol OAuth Template
22-## for Deno, Hono, and HTMX
22+### for Deno, Hono, and HTMX
3344-### Getting Started
44+## Getting Started
551. Set up `.env` file with a `COOKIE_SECRET` variable
66```
77COOKIE_SECRET=[run `openssl rand -base64 64` in the terminal]
···1212deno task start
1313```
14141515-### Packages
1515+## Packages
1616- [`Deno`](https://deno.com) - Runtime and package manager
1717- [`Hono`](https://hono.dev) - Web application framework
1818- [`HTMX`](https://htmx.org) - AJAX library
1919- [`@tijs/atproto-oauth`](https://jsr.io/@tijs/atproto-oauth) - AT Protocol OAuth library
2020+2121+_Source hosted on [Tangled](https://tangled.org/zeu.dev/atproto-oauth-deno), mirrored on [GitHub](https://github.com/zeucapua/atproto-oauth-deno-demo)_