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.local
like so:
GITHUB_API_KEY:yourapikeygoeshere
- Run
npm run dev
oryarn dev
You can use the site directly by visiting the deployed version at https://nextexamples.vercel.app
Pull requests are welcome!