Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 838 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 838 Bytes

Quick start

Install redux-modal in your-project

  1. Run yarn add https://github.com/HealthByRo/redux-modal
  2. import { modalReducer } from 'redux-modal';
  3. Done!

Contribution

  1. Run yarn global add getstorybook to instal StoryBook.
  2. Clone this repo using git clone [email protected]:HealthByRo/redux-modal.git
  3. Run cd redux-modal/
  4. Run yarn to install dependencies.
  5. Run yarn run storybook to start StoryBook.
  6. Run yarn watch to rebuild lib automatically on file change.

Release

Follow the release process steps https://bitbucket.org/arabellatech/demo-react/wiki/Library_Release_Process

Upgrading dependencies

  1. Run yarn
  2. Commit package.json and yarn.lock changes
  3. Run flow-typed install --overwrite
  4. Check if yarn flow returns any new errors, if not, commit flow-typed/ changes