tom

My personal website, built with Next.js, Tailwind CSS, Contentlayer and deployed to Vercel.

</div>


Running Locally

git clone https://github.com/Tom0Brien/tom
cd tom

Create a .env file similar to .env.example.

Then install dependencies and run the development server:

pnpm install
pnpm dev