Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 521 Bytes

File metadata and controls

23 lines (14 loc) · 521 Bytes

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


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