Install the main package:
npm install --save @samelogic/react-microsurveys
Install the peer dependencies:
npm install @mui/material @emotion/react @emotion/styled
This is a monorepository of all the UI code for the Samelogic Microsurvey components.
It uses NX as the build system.
Visit the NX Documentation to learn more.
npm inx buildThere are no working test in this repository at the moment but we can run those jest tests via:
nx testWe can start storybook for the main react-microsurveys lib by running:
nx storybookYou can run storybook for each individual libraries such as:
Client
nx storybook react-microsurveys-clientEditor
nx storybook react-microsurveys-editor