Skip to content

Commit

Permalink
docs: update typedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
xusd320 committed Jul 20, 2024
1 parent fc91e20 commit d304216
Show file tree
Hide file tree
Showing 23 changed files with 543 additions and 1,681 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
docs
target
*.node
package-lock.json
Binary file modified .yarn/install-state.gz
Binary file not shown.
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Start to develop and test

```bash
yarn install
yarn build
yarn test
```

## Benchmark

```bash
cargo benchmark
yarn benchmark
```
Loading

0 comments on commit d304216

Please sign in to comment.