Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 595 Bytes

README-dev.md

File metadata and controls

27 lines (23 loc) · 595 Bytes

Development Readme

Install locally

Clone and install locally:

git clone https://github.com/Trioxis/react-cafe-cms.git
cd react-cafe-cms
yarn install

Local development

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 tests

Run Jest tests in watch mode.

# Use '--' if you're using yarn before v1.0
yarn test --watch