Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 606 Bytes

File metadata and controls

23 lines (16 loc) · 606 Bytes

Next.js Examples

Explore all the offical Next.js examples

Installation

  1. Clone this repo
  2. Create a new Personal Access Token on GitHub with Read + Write repo privileges
  3. Add your GitHub API key to your .env.local like so:
GITHUB_API_KEY:yourapikeygoeshere
  1. Run npm run dev or yarn dev

Usage

You can use the site directly by visiting the deployed version at https://nextexamples.vercel.app

Contributing

Pull requests are welcome!

License

MIT