This VSCode like portfolio features my technical skills and some of my github projects.
- NextJS v14
- TailwindCSS
- AWS SES (SDK JavaScript v3)
npm run dev
- Create an AWS SES account
- Go to
src\components\ContactMe\Form\action.ts
- Scroll down until you find these two lines, and change their emails
// ? change to your email
Destination: {
ToAddresses: ["[email protected]"],
}
...
...
// ? change to any email from your domain,
// ? this just says who the email was from
Source: "Portfolio Contact Form <[email protected]>",
- Create a .env file in your root folder and put
AWS_REGION='YOUR REGION'
AWS_ACCESS_KEY_ID='YOUR ACCESS KEY'
AWS_SECRET_ACCESS_KEY='YOUR SECRET KEY'
- Required: Make sure you have the vercel CLI
vercel --prod