Skip to content

Files

Latest commit

 

History

History
27 lines (20 loc) · 535 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 535 Bytes

This is an article from Zenn.dev

Get Github Access Token

  1. Get github access token referencing here.
  2. Add this token to .env.local
NEXT_PUBLIC_GITHUB_PERSONAL_ACCESSTOKEN=XXXXXXX

Install Packages

npm install
# or
yarn install

Run the Code

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.