A year-in-review for your GitHub contributions. See your commits, streaks, top languages, and coding patterns from the previous year.
Go to GitHub Developer Settings and create a new OAuth App:
- Homepage URL:
http://localhost:3000(or your production URL) - Callback URL:
http://localhost:3000/api/auth/callback/github
Create a .env file:
GITHUB_CLIENT_ID=your_client_id
GITHUB_CLIENT_SECRET=your_client_secret
NEXTAUTH_SECRET=random_secret_string
NEXTAUTH_URL=http://localhost:3000npm install
npm run devOpen http://localhost:3000.