Static Template
A lightweight portfolio solution for showcasing your work with minimal setup.
Development Setup
No additional environment variables needed. Start the development server with:
1npm run dev
2# or
3yarn dev
View your portfolio at http://localhost:3000
Customization Guide
Customize your portfolio by editing the following files in the src/app directory:
src/app/page.tsx
Home page
src/app/about/page.tsx
About page
src/app/projects/page.tsx
Projects page
src/app/contact/page.tsx
Contact page
Static Template Preview
