docs/getting-started/introduction.mdx
$ 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:tagvalue from docs packages container registry
Visual tests are performed in the cloud, through chromatic.yml.
Details
You can also replay locally:
$ npx playwright test
$ npx chromatic --playwright --project-token $CHROMATIC_PROJECT_TOKEN