This project allows users to archive branches in their GitHub repositories.
This project requires the following environment variables to be set:
GITHUB_CLIENT_ID: Your GitHub OAuth App's Client IDGITHUB_CLIENT_SECRET: Your GitHub OAuth App's Client SecretJWT_SECRET: A secret key for signing JWTs (generate a random string)NEXT_PUBLIC_GITHUB_CLIENT_ID: The same as GITHUB_CLIENT_ID, but accessible in the browser
For local development, create a .env.local file in the root of the project with the following content: