Create app https://github.com/settings/
Copy Client ID & Client secrets into .dev.vars
.dev.vars
Run openssl rand -hex 32 and copy into AUTH_SECRET
openssl rand -hex 32
AUTH_SECRET
Run bun run dev
bun run dev