Skip to content

marwhyte/portfolio

Repository files navigation

Logo

marcowhyte.com

My portfolio website marcowhyte.com, build with Next.js and Tailwindcss. It is deployed using Vercel.

Getting Started Locally

If you do not have pnpm set up, install it:

npm i -g pnpm

Install dependencies:

pnpm i

In 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 dev

Open 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.

Learn More

To learn more about Next.js, take a look at the following resources:

About

My portfolio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors