We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc1233 commit 40de50aCopy full SHA for 40de50a
README.md
@@ -96,10 +96,17 @@ const res = isMyDataValid(data)
96
97
## Local Development
98
99
-* `npm run start` - run benchmarks for all modules
100
-* `npm run start run zod myzod valita` - run benchmarks only for a few selected modules
101
-* `npm run docs:serve` - result viewer
102
-* `npm run test` - run tests on all modules
+### Benchmarks
+
+- `npm run start` - run benchmarks for all modules
+- `npm run start run zod myzod valita` - run benchmarks only for a few selected modules
103
+- `npm run test` - run tests on all modules
104
105
+### Benchmark Viewer App
106
107
+1. `cd app`
108
+2. `npm install`
109
+3. `npm dev`
110
111
## Adding a new node version
112
0 commit comments