- First install dependencies
npm i
# OR
yarn
- Sign up in Email.js
- Connect your email to the email.js
- Then copy
Service ID
,Template ID
, andPublic Key
- Change the name of
.env.local-example
to.env.local
- Replace copied data to
.env.local
respectively - Run the project with
npm run dev
# OR
yarn dev