Personal portfolio built with Next.js 15, TypeScript, and Tailwind CSS. Live at portfolio-mateo-garrido-s-projects.vercel.app
- Framework Next.js 15 (App Router)
- Language TypeScript
- Styling Tailwind CSS
- Animations Framer Motion
- Email Resend
- Icons Lucide React
- Clone the repo and install dependencies:
git clone https://github.com/mateogdr/portfolio
cd portfolio
npm install- Create a
.env.localfile in the root:
RESEND_API_KEY=your_key_here
- Start the dev server:
npm run devOpen http://localhost:3000 to view it locally.
| Command | Description |
|---|---|
npm run dev |
Start development server |
npm run build |
Build for production |
npm run start |
Start production server |
npm run lint |
Run ESLint |