Home >Web Front-end >JS Tutorial >Portfolio built with Next.js, TailwindCSS & Nodemailer
Mounaim.dev is a personal project built with Next.js and TailwindCSS.
Clone the repository: git clone https://github.com/saidMounaim/mounaim.dev.git
Install dependencies:
npm install
Create a .env file:
EMAIL_USER= EMAIL_PASS=
Update your details in the /constants/index.ts file.
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!