Make sure all dependencies have been installed:
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
npm run build
- Build production filesnpm run content
- Fetch data from Contentfulnpm run clean
- Delete temporary directoriesnpm run storybook
- Run storybooknpm run scaffold
- Scaffold new componentsnpm run debug:i18n
- Track down missing translation stringsnpm run lint:styles
- Check styles for errorsnpm run lint:js
- Check scripts for errorsnpm run lh:install
- Install dependencies of tools/lighthousenpm run lh:start
- Start lighthouse servernpm run lh:audit
- Create lighthouse report
- Contentful.md
- i18n.md
- Migrations.md
- Netlify.md
- Performance.md
- Redirects.md
- Security.md
- SEO.md
- Storybook.md
External docs
Communities