Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
av8ta committed May 28, 2024
1 parent 9074662 commit d032c1e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ cargo install wasm-pack
## Running Tests

```shell
turbo test
pnpm test
```

Playwright is used for e2e testing. You may be prompted with a command to install it.
Expand All @@ -102,6 +102,14 @@ To build and run the Rust tests:
cargo test
```

## git blame

To ignore commits used purely for formatting changes, to preserve correct authorship, set your local git config:

```shell
git config blame.ignoreRevsFile .git-blame-ignore-revs
```

## Contributing

We are actively seeking contributors! Please join the [Discord](https://discord.gg/qJCsKJeyZv) and come help out!
Expand Down

0 comments on commit d032c1e

Please sign in to comment.