You'll need a Contentful Space ID and a Contentful token to get content for the site.
These are provided as environment variables using an .env file as shown below.
cp .env.example .env
# Edit .env
CONTENTFUL_SPACE=<SPACE_ID>
CONTENTFUL_TOKEN=<API_TOKEN>yarn
yarn developyarn
yarn build
yarn serve