Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme #52

Merged
merged 1 commit into from
May 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading