I built the demo with github primer and nextjs. you can download the source code from the github primer-nextjs respostory using the git command.
You can clone the repo with following command.
git clone https://github.com/officialrajdeepsingh/primer-nextjs
Install All the npm packages.
yarn install
# or
pnpm installAfter run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.
Check out the recent article write on medium.