Skip to content

Salaheddin12/ab-salah

Repository files navigation

ab-salah

My personal portfolio created using(Nextjs + Chakra-ui + ❤) and deployed using Versel

Demo: ab-salah-psi.vercel.app/

Prerequisites

  1. create Emailjs account
  2. Grab your api key: SERVICE_ID TEMPLATE_ID PRIVATE_KEY

Build Setup

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