Skip to content

pmndrs/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
$ npx chromatic --playwright --project-token $CHROMATIC_PROJECT_TOKEN