doc: improve contributor experience (#1024)

This commit is contained in:
Samuel Berthe
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 3c0f773456
commit d2a9b5d962
2 changed files with 24 additions and 8 deletions

View File

@@ -23,6 +23,18 @@ We actively welcome your pull requests.
We use GitHub issues to track public bugs. Please ensure your description is
clear and has sufficient instructions to be able to reproduce the issue.
## Run locally
- Install dependencies: `yarn`
- Run recorder on a website: `yarn repl`
- Run a cobrowsing/mirroring session locally: `yarn live-stream`
- Test: `yarn test` or `yarn test:watch`
- Lint: `yarn lint`
## Coding style
See [documentation](docs/development/coding-style.md)
## License
rrweb is [MIT licensed](https://github.com/rrweb-io/rrweb/blob/master/LICENSE).