Skip to content

Commit

Permalink
feat: complete ar, minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchen committed Jan 27, 2025
1 parent d0fe458 commit 6c0fdb2
Show file tree
Hide file tree
Showing 7 changed files with 395 additions and 436 deletions.
3 changes: 2 additions & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
- Installation
- `yarn`
- Common development
- You may need to use `export NODE_OPTIONS=--openssl-legacy-provider` before `yarn start`
- You may need to use `export NODE_OPTIONS=--openssl-legacy-provider` (may be `set NODE_OPTIONS=--openssl-legacy-provider
` for cmd and `$env:NODE_OPTIONS="--openssl-legacy-provider"` for Powershell) before `yarn start`
- `yarn start`
- If a new version will be released, check first then commit:
- `yarn checkall`
Expand Down
Loading

0 comments on commit 6c0fdb2

Please sign in to comment.