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 244705d commit 64b1420Copy full SHA for 64b1420
README.md
@@ -62,12 +62,16 @@ export default withScrollDirection(App, HEADER_HEIGHT_PX);
62
A demo can be found at `/example`.
63
64
To run it locally, clone the repository and run the following commands:
65
+* `npm install`
66
+* `npm run build`
67
* `npm pack`
68
* `cd example`
69
* `npm install`
70
* `npm run start`
71
72
or with docker:
73
74
75
76
* `docker run -it --rm -v $(pwd):/ws:delegated -w /ws/example serafinomb/node npm install`
77
0 commit comments