Welcome to my personal website! For this iteration, I implemented the website in Next.js with Tailwind CSS.
cd into your local copy of the repository and install dependencies:
cd evanlivelo.com
npm installThen run the development server:
npm run devThis website integrates with Microsoft's hosted Clarity solution. To set that up in this repo, you'll need to have your Clarity project ID added to an .env.local file:
cp -i .env.example .env.local