···11+# Pedro
22+### Ask questions, share opinions, vote together
33+44+## Features Roadmap (WIP)
55+- [ ] Questions and Answers
66+- [ ] Polling
77+- [ ] Consensus Opinions
88+99+## Getting Started
1010+1. Set up `.env` file with a `COOKIE_SECRET` variable
1111+```
1212+COOKIE_SECRET=[run `openssl rand -base64 64` in the terminal]
1313+```
1414+1515+2. Run the web application
1616+```
1717+deno task start
1818+```
1919+2020+## Packages
2121+- [`Deno`](https://deno.com) - Runtime and package manager
2222+- [`Hono`](https://hono.dev) - Web application framework
2323+- [`HTMX`](https://htmx.org) - AJAX library
2424+- [`@tijs/atproto-oauth`](https://jsr.io/@tijs/atproto-oauth) - AT Protocol OAuth library
2525+2626+_Source hosted on [Tangled](https://tangled.org/zeu.dev/atproto-oauth-deno), mirrored on [GitHub](https://github.com/zeucapua/atproto-oauth-deno-demo)_