julianrubisch / contentful-nextjs-now-boilerplate

A boilerplate for a contentful setup with next.js and now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To run and view

  1. Provide your Contentful Tokens in a .env file:
CTF_SPACE_ID=<your space id>
CTF_CDA_TOKEN=<your CDA token>
CTF_CPA_TOKEN=<your CPA token>
  1. Install nodejs >= 8.9.4 from https://nodejs.org/en/download/

  2. Run npm install

  3. Run npm run dev

  4. The page should open in http://localhost:3000

About

A boilerplate for a contentful setup with next.js and now.sh


Languages

Language:JavaScript 92.6%Language:CSS 7.4%