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 install
Then run the development server:
npm run dev
This 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