Skip to content

Commit 48600bb

Browse files
committed
feat: add documentation website
1 parent 753b566 commit 48600bb

43 files changed

Lines changed: 1454 additions & 3 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"build": "pnpm --filter './packages/**' build",
99
"check:format": "oxfmt . --check",
1010
"check:spell": "pnpm dlx cspell",
11+
"doc": "pnpm --dir website dev",
1112
"format": "oxfmt .",
1213
"lint": "rs lint --type-check",
1314
"prepare": "husky",

0 commit comments

Comments
 (0)