- Fork this repository to your own GitHub account and then clone it to your local device.
- Install the dependencies:
yarn install
- Run
yarn link
to link the local repo to NPM - Run
yarn start
to build and watch for code changes - Run
yarn test
to 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