Home > Web Front-end > JS Tutorial > Portfolio built with Next.js, TailwindCSS & Nodemailer

Portfolio built with Next.js, TailwindCSS & Nodemailer

Mary-Kate Olsen
Release: 2025-01-05 11:06:40
Original
660 people have browsed it

Portfolio built with Next.js, TailwindCSS & Nodemailer

Said MOUNAIM

Mounaim.dev is a personal project built with Next.js and TailwindCSS.

Getting Started

Clone the repository: git clone https://github.com/saidMounaim/mounaim.dev.git
Install dependencies:

npm install
Copy after login

Create a .env file:

EMAIL_USER=
EMAIL_PASS=
Copy after login

Customize Information

Update your details in the /constants/index.ts file.

Built With

  • Next.js 15
  • TailwindCSS
  • TypeScript
  • Shadcn/ui
  • Nodemailer

GitHub Repo

The above is the detailed content of Portfolio built with Next.js, TailwindCSS & Nodemailer. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template