🛠️ Built with Next.js, TailwindCSS, and a pinch of Framer Motion 💻
- Clone this repository.
- Copy
.env.exampleto.env.localand fill in your API keys:
cp .env.example .env.localImportant: For the GitHub contributions graph to show private contributions, you need a GitHub Personal Access Token with read:user scope. Generate one at GitHub Settings > Tokens.
- Install dependencies using
npmorbun:
bun install- Start the development server:
bun devThen open localhost:3000 on your favorite browser.
