For using local library version in local project:
- Run
yarn install, - run
yarn startto start bundler in watch mode, - run
yarn linkin library root and - run
yarn link @biokiste/react-componentsin project root.
Every change in library will now show up in local project.