Skip to content

Files

Latest commit

 

History

History

nextjs

Read these instructions first

  1. In the root directory of this repository run yarn install && yarn build
  2. In examples/nextjs copy .env.template to .env and fill in the values. You can find more info on registering a GitHub app here.
  3. Run yarn install to install dependencies.
  4. Run yarn link:self to link the local use-octokit package.
  5. Run yarn dev to start the development server.
  6. Open http://localhost:3000 with your browser to see the result.