Portfolio app built using react
cd client
npm i
npm run devTo run this project, you will need to add the following environment variables to your .env file
VITE_EMAILJS_SERVICE_ID = YOUR_SERVICE_ID_HERE
VITE_EMAILJS_TEMPLATE_ID = YOUR_TEMPLATE_ID_HERE
VITE_EMAILJS_PUBLIC_KEY = YOUR_API_KEY_HERE