yarn dev
: run dev environmentyarn release
: build & publish the library
From this folder:
yarn dev
Or from the root of the repository:
yarn dev:frontend
This runs a webpack-dev-server
on port 9100.
Meant to be used in conjunction with the test website.