My portfolio website marcowhyte.com, build with Next.js and Tailwindcss. It is deployed using Vercel.
If you do not have pnpm set up, install it:
npm i -g pnpmInstall dependencies:
pnpm iIn order for the contact section to work, create a .env.local file with the following env variables:
FROM_EMAIL=
POSTMARK_API_KEY=
SUPERFACE_API_KEY=
TO_EMAIL=
Then, run the development server:
pnpm devOpen http://localhost:3000 with your browser to see the result.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
