Skip to content

Commit 40de50a

Browse files
committed
add viewer build instructions to README
1 parent 3cc1233 commit 40de50a

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,17 @@ const res = isMyDataValid(data)
9696

9797
## Local Development
9898

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
99+
### Benchmarks
100+
101+
- `npm run start` - run benchmarks for all modules
102+
- `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`
103110

104111
## Adding a new node version
105112

0 commit comments

Comments
 (0)