Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.28 KB

File metadata and controls

34 lines (23 loc) · 1.28 KB

docs/getting-started/introduction.mdx

Usage

$ curl -sL https://raw.githubusercontent.com/pmndrs/docs/refs/heads/main/preview.sh | \
  MDX="docs" \
  ICON="🥑" \
  DOCKER_IMAGE="ghcr.io/pmndrs/docs:latest" \
  sh
  • you can pass any option from configuration
  • in DOCKER_IMAGE, you can specify any :tag value from docs packages container registry

Test

Visual tests are performed in the cloud, through chromatic.yml.

Details

You can also replay locally:

$ npx playwright test --update-snapshots
$ npx chromatic --playwright --project-token $CHROMATIC_PROJECT_TOKEN