This is the second iteration of my portfolio site, showcasing my latest projects and skills.
- Typescript
- Vite
- Tailwind
- Threejs
- React three fiber avatar
- The site includes a contact form that uses EmailJS for sending messages.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need to sign up to emailjs to get the env variables
- Node.js (version > 18)
The contact form in this portfolio site uses EmailJS for sending messages. You will need to sign up for an EmailJS account and create a new service and template. Once you've done that, you can find your service ID, template ID, and user ID in the EmailJS dashboard.
To run this project, you will need to add the following environment variables to your .env file:
VITE_EMAILJS_SERVICE_ID
VITE_EMAILJS_TEMPLATE_ID
VITE_EMAILJS_PUBLIC_KEY
- Clone the repo
git clone https://github.com/your_username_/ai-journal.git