Skip to content

Commit 6d34cf0

Browse files
authored
Update README.md
1 parent ecba7c1 commit 6d34cf0

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This is automation performance tester using lighthouse and chrome-launcher
44

5+
## Install
6+
7+
```bash
8+
npm install @seolhun/web-performance-tester
9+
# or
10+
yarn add @seolhun/web-performance-tester
11+
```
12+
513
## Goal
614

715
- One configuration, All routes are audited.
@@ -46,7 +54,7 @@ Read lighthouse contents, [Here](https://developer.chrome.com/docs/lighthouse/ov
4654
}
4755
```
4856

49-
## How to
57+
## How to Development
5058

5159
### Install
5260

@@ -60,7 +68,13 @@ npm install
6068
npm run build
6169
```
6270

63-
### Codes
71+
### Run example
72+
73+
```bash
74+
npm run lh
75+
```
76+
77+
### Examples
6478

6579
- Examples Code [here](https://github.com/Seolhun/web-performance-tester/tree/master/examples)
6680
- See [Default Example](https://github.com/Seolhun/web-performance-tester/tree/develop/examples/default)!

0 commit comments

Comments
 (0)