A personal portfolio website built with Next.js, TypeScript, and Tailwind CSS.
npm install
npm run devOpen http://localhost:3000 to view it in the browser.
Create a .env file with:
NEXT_PUBLIC_HOST_URL=http://localhost:3000
GRAPHQL_TOKEN=your_github_graphql_token
NEXT_PUBLIC_GITHUB_USERNAME=Kunal1522GRAPHQL_TOKEN— GitHub personal access token withread:userscope (for the GitHub activity graph)NEXT_PUBLIC_GITHUB_USERNAME— GitHub username (defaults toKunal1522)