Node.js
andyarn
- Run
yarn install
- Get a GitHub Personal Access Token
- Create a
.env.local
file - Fill in the
.env.local
file
GITHUB_AUTH=<Your GitHub Personal Access Token>
yarn dev
Open http://localhost:3000 with your browser to see the result.
Node.js
and yarn
yarn install
.env.local
file.env.local
fileGITHUB_AUTH=<Your GitHub Personal Access Token>
yarn dev
Open http://localhost:3000 with your browser to see the result.