···11+# AT Protocol OAuth Template
22+## for Deno, Hono, and HTMX
33+44+### Getting Started
55+1. Set up `.env` file with a `COOKIE_SECRET` variable
66+```
77+COOKIE_SECRET=[run `openssl rand -base64 64` in the terminal]
88+```
99+1010+2. Run the web application
111```
212deno task start
313```
1414+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