My personal website, built with Next.js, Tailwind CSS, Contentlayer and deployed to Vercel.
git clone https://github.com/Tom0Brien/tom
cd tomCreate a .env file similar to .env.example.
Then install dependencies and run the development server:
pnpm install
pnpm dev