Explore all the offical Next.js examples
- Clone this repo
- Create a new Personal Access Token on GitHub with Read + Write repo privileges
- Add your GitHub API key to your
.env.locallike so:
GITHUB_API_KEY:yourapikeygoeshere- Run
npm run devoryarn dev
You can use the site directly by visiting the deployed version at https://nextexamples.vercel.app
Pull requests are welcome!