A high-performance, accessible, and SEO-optimized portfolio built with Next.js & TypeScript.
1. Clone the repository
git clone https://github.com/saidMounaim/mounaim.dev.git2. Install dependencies
npm install3. Configure Environment Variables Create a .env file in the root directory:
EMAIL_USER=your_email
EMAIL_PASS=your_passwordUpdate your details in the /constants/index.ts file.
