From the root folder...
yarn install
Create symlinks to actual component files (assuming a Unix-like system, here):
mkdir -p $(pwd)/example/src/lib/colibri-parallax-landscape/
ln -s $(pwd)/src/ParallaxLandscape.js $(pwd)/example/src/lib/colibri-parallax-landscape/ParallaxLandscape.js
ln -s $(pwd)/src/ParallaxLandscapeLayer.js $(pwd)/example/src/lib/colibri-parallax-landscape/ParallaxLandscapeLayer.js
Run with:
yarn start
Using React-motion https://github.com/chenglou/react-motion