My personal website built with Next.js, React 19, Tailwind CSS, and Contentful.
- Node.js 20+
pnpm- A Contentful space
Create a .env.local file with your Contentful API credentials:
CONTENTFUL_SPACE_ID="your_space_id"
CONTENTFUL_ACCESS_TOKEN="your_cda_token"pnpm installpnpm devThe site will be available at http://localhost:3000.
