921 B
921 B
title | description | lead | date | lastmod | draft | images | menu | weight | toc | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Commands | Repository commands. | Repository commands. | 2020-10-13T15:21:01+02:00 | 2020-10-13T15:21:01+02:00 | false |
|
030 | true |
start
Start local development server:
yarn start
build
Build production website:
yarn build
:functions
yarn build:functions
:preview
yarn build:preview
server
Start local development server:
yarn server
clean
Delete temporary directories:
yarn clean
lint
Check scripts, styles, and markdown for errors:
yarn lint
:scripts
yarn lint:scripts [--fix]
:styles
yarn lint:styles [--fix]
:markdown
yarn lint:markdown [--fix]
test
Check scripts, styles, and markdown for errors:
yarn test