Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
barvian committed Oct 23, 2024
1 parent 30178df commit df2ab24
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# NumberFlow Contributing Guide

## Updating screenshots

```sh
docker run -it -v $(pwd):/work/ -w /work/ --rm --ipc=host mcr.microsoft.com/playwright:v1.48.0-jammy /bin/bash

corepack enable pnpm
pnpm config set store-dir /root/.local/share/pnpm/store
pnpm install
# e.g. cd into a package and run `pnpm test:update`
```

0 comments on commit df2ab24

Please sign in to comment.