This is an article from Zenn.dev
- Get github access token referencing here.
- Add this token to
.env.local
NEXT_PUBLIC_GITHUB_PERSONAL_ACCESSTOKEN=XXXXXXX
npm install
# or
yarn install
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.