Next.js and Contentful starter

Install the project

npm install

Create local variable file

Create a .env file with your Contentful credentials:

CTF_SPACE_ID=your_space_ID

CTF_CPA_TOKEN=your_space_token

Start the server

npm start dev