A modern portfolio built with Next.js.
Clone the repository:
git clone https://github.com/amarnathdhumal/Portfolio
cd PortfolioInstall dependencies:
bun installRun the development server:
bun run devOpen http://localhost:3000 in your browser to see the result.
To enable the contact form functionality, create a .env file in the root directory and add the following variables:
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_SECURE=false
SMTP_PASS=your_app_password
SMTP_FROM_EMAIL=your_email@gmail.com
CONTACT_FORM_DESTINATION_EMAIL=your_email@gmail.comNote: For Gmail,
SMTP_PASSshould be an [App Password]
If you find this project helpful or interesting, please consider giving it a star! ⭐
It helps support the project and lets others discover it too. Thank you! 🙏
This project is licensed under the MIT License - see the LICENSE file for details.