Skip to content

PascalMichael/ezysync-nextjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EzySync Next.js Website with Gmail Contact Form

Setup

  1. Install dependencies:
npm install
  1. Create .env.local in the root with:
GMAIL_USER=yourgmail@gmail.com
GMAIL_PASS=your-app-password
  1. Run locally:
npm run dev
  1. Deploy to Vercel:
  • Push code to GitHub.
  • Connect repo on Vercel.
  • Add environment variables in Vercel project settings (same as .env.local).

Contact Form

  • Uses Gmail SMTP with Nodemailer.
  • Requires an App Password from Google.

About

Ezsync website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published