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 i
nx build
There are no working test in this repository at the moment but we can run those jest tests via:
nx test
We can start storybook for the main react-microsurveys
lib by running:
nx storybook
You can run storybook for each individual libraries such as:
Client
nx storybook react-microsurveys-client
Editor
nx storybook react-microsurveys-editor