Clone and install locally:
git clone https://github.com/Trioxis/react-cafe-cms.git
cd react-cafe-cms
yarn install
yarn link
yarn dev
This will rebuild the module every time a change is made. Within another project, you can use the following command to use your local development version in that project
yarn link @trioxis/react-cafe-cms
Run Jest tests in watch mode.
# Use '--' if you're using yarn before v1.0
yarn test --watch