My personal portfolio created using(Nextjs + Chakra-ui + ❤) and deployed using Versel
Demo: ab-salah-psi.vercel.app/
- create Emailjs account
- Grab your api key: SERVICE_ID TEMPLATE_ID PRIVATE_KEY
First create a .env
file as follows:
NEXT_PUBLIC_SERVICE_ID=service_xxxxxxx
NEXT_PUBLIC_TEMPLATE_ID=template_xxxxxxx
NEXT_PUBLIC_USER_ID=xxxxxxxxxxxxxxxxxxxxx
NEXT_PUBLIC_ANALYZE=false
Then
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev