-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Zenitsu edited this page Feb 13, 2026
·
1 revision
Get up and running with GitHub Profile Card in minutes.
- Node.js (v18 or higher)
- npm or pnpm package manager
- Git
git clone https://github.com/nayandas69/github-profile-card.git
cd github-profile-cardUsing pnpm:
pnpm install
Or using npm:
npm install
pnpm build
pnpm dev
The application will be available at http://localhost:3000
- Push your repository to GitHub
- Go to Vercel
- Click "Import Project"
- Select your GitHub repository
- Click "Deploy"
pnpm build
pnpm start
Create a .env file in the root directory:
GITHUB_TOKEN=ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
UPSTASH_REDIS_REST_URL=https://xxxxxxxx.upstash.io
UPSTASH_REDIS_REST_TOKEN=AxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxE
Port Already in Use
pnpm dev --port 3001
Dependencies Installation Issues
pnpm install --force
Clear Cache
pnpm store prune
rm -rf node_modules pnpm-lock.yaml
pnpm install
- Check out the Usage Guide
- Explore API Reference
- View all 56 Available Themes
© 2026 Nayan Das | Licensed under MIT License