A blazing-fast, SEO-optimized, and fully responsive portfolio website built with modern web technologies.
š Live Demo: timtb.dev
git clone https://github.com/yourusername/portfolio-template.git
cd portfolio-template
npm install
# or
yarn install
# or
pnpm install
npm run dev
# or
yarn dev
# or
pnpm dev
Visit http://localhost:3000
to see your portfolio in action!
Key configuration files:
next.config.mjs
- Next.js configurationtailwind.config.ts
- Tailwind CSS configurationtsconfig.json
- TypeScript configurationcontentlayer.config.ts
- Content management configurationCreate a .env.local
file with the following variables:
NEXT_PUBLIC_APP_URL=http://localhost:3000
NEXT_PUBLIC_WEB_URL=your_production_domain_name
GITHUB_TOKEN=your_github_token
NEXT_PUBLIC_SUPABASE_URL=your_supabase_url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_key
RESEND_API_KEY=your_resend_api_key
This project is licensed under the MIT License - see the LICENSE file for details.
For questions or feedback, reach out through: