- Fork this repository to your own GitHub account and then clone it to your local device.
- Install the dependencies:
yarn install - Run
yarn linkto link the local repo to NPM - Run
yarn startto build and watch for code changes - Run
yarn testto start Jest - Then npm link this repo inside any other project on your local dev with
yarn link formik - Then you can use your local version of Formik within your project