Skip to content

amarnathdhumal/Portfolio

Repository files navigation

Portfolio

A modern portfolio built with Next.js.

Getting Started

Clone the repository:

git clone https://github.com/amarnathdhumal/Portfolio
cd Portfolio

Install dependencies:

bun install

Run the development server:

bun run dev

Open http://localhost:3000 in your browser to see the result.

Environment Variables

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.com

Note: For Gmail, SMTP_PASS should be an [App Password]


⭐ Please Star This Repository

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! 🙏


📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors