https://v0-portfolio-zeta-eight.vercel.app/
git clone https://github.com/aaryouz/portfolio.git
cd portfolio
pnpm install
# or
npm install
pnpm dev
# or
npm run dev
The site will be available at http://localhost:3000
portfolio/
├── app/ # Next.js app directory (App Router)
│ ├── page.tsx # Home page
│ └── projects/ # Dynamic project routes
├── components/ # Reusable React components
├── hooks/ # Custom React hooks
├── lib/ # Utility functions
├── public/ # Static assets
│ ├── images/ # Image assets
│ └── resume/ # Resume files
├── styles/ # CSS and styling
└── types/ # TypeScript definitions
pnpm dev
- Start development serverpnpm build
- Build for productionpnpm start
- Start production serverpnpm lint
- Run ESLintThis project is configured for deployment on Netlify. The netlify.toml
file contains the necessary build configurations.
main
branch triggers production deploymentCreate a .env.local
file in the root directory with the following variables:
# Add any required environment variables here