This is a webpack based dev build to test functionality of the module package.
It is also published as a demo to https://quickstarts.netlify.app/
# Install development/build dependencies
# Note: You shouldn't have to do this if you run this from the repo root
yarn install
# Start the development server
yarn start
# Run a production build of the dev server (outputs to public/)
yarn build
# Run the production buid output of public/
yarn serve