You have two options to get started with this template:
If you want to clone only this specific template:
git clone --no-checkout https://github.com/devportfoliotemplates/devportfoliotemplates.git
cd devportfoliotemplates
git sparse-checkout init --cone
git sparse-checkout set web-developer-light-portfolio-template
git checkout
You can download this template as a ZIP file:
https://github.com/devportfoliotemplates/devportfoliotemplates/tree/main/web-developer-light-portfolio-templateOnce you have the template:
npm install
# or
yarn install
# or
pnpm install
npm run dev
# or
yarn dev
# or
pnpm dev
Update metadata in app/layout.tsx:
Modify content in app/page.tsx:
Replace assets:
public directoryColors and Theme:
tailwind.config.jsapp/globals.cssTypography:
tailwind.config.jsLayout:
tailwind.config.jsBuild Errors
.next folder and node_modulesnpm install againStyling Issues
npm run build to ensure TailwindCSS classes are generatedglobals.cssImage Loading
public directoryFollow these steps to deploy your portfolio for free using GitHub and Vercel:
Create a new GitHub repository
Push your portfolio to GitHub
Deploy with Vercel:
Your portfolio will be live in minutes with a free Vercel domain (e.g., your-repo.vercel.app). You can later add a custom domain in your Vercel project settings.
If you find these templates helpful, please consider:
For issues and feature requests, please create an issue.