Skip to content

Commit 64b1420

Browse files
committed
Update README.md
1 parent 244705d commit 64b1420

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,16 @@ export default withScrollDirection(App, HEADER_HEIGHT_PX);
6262
A demo can be found at `/example`.
6363

6464
To run it locally, clone the repository and run the following commands:
65+
* `npm install`
66+
* `npm run build`
6567
* `npm pack`
6668
* `cd example`
6769
* `npm install`
6870
* `npm run start`
6971

7072
or with docker:
73+
* `npm install`
74+
* `npm run build`
7175
* `npm pack`
7276
* `docker run -it --rm -v $(pwd):/ws:delegated -w /ws/example serafinomb/node npm install`
7377
* `cd example`

0 commit comments

Comments
 (0)