Skip to content

Latest commit

 

History

History

app

Site

Requirements

Make sure all dependencies have been installed:

Getting started

Connect to your Contentful space by renaming the .env.example to .env and filling out the missing fields.

Install dependencies:

npm install

Build development files with live reloading and injection:

npm start

Other commands

  • npm run build - Build production files
  • npm run content - Fetch data from Contentful
  • npm run clean - Delete temporary directories
  • npm run storybook - Run storybook
  • npm run scaffold - Scaffold new components
  • npm run debug:i18n - Track down missing translation strings
  • npm run lint:styles - Check styles for errors
  • npm run lint:js - Check scripts for errors
  • npm run lh:install - Install dependencies of tools/lighthouse
  • npm run lh:start - Start lighthouse server
  • npm run lh:audit - Create lighthouse report

Documentation

External docs

Communities

Contributing