Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 468 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (9 loc) · 468 Bytes

Contributing to react-dip

Code contributions

How do I set up the project?

How do I verify and test my changes?

To simplify the development process we provide some sample projects in this repoistory inside the examples folder.

To use them, follow those steps:

  1. go to examples folder: cd examples
  2. Install all the dependencies: yarn install or npm install
  3. Run yarn start or npm start // TODO: add correct description for react