-
I want to work on this connectkit open issue. What are the instructions I should follow in order to test my app with a local connectkit package while updating it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
thanks for wanting to contribute @aschenkel! our readme shows how to set up the local examples: though you may need to run if you want to test on your own app running in a different project, you can target a local package via |
Beta Was this translation helpful? Give feedback.
thanks for wanting to contribute @aschenkel!
our readme shows how to set up the local examples:
https://github.com/family/connectkit?tab=readme-ov-file#running-examples-locally
though you may need to run
yarn build
beforeyarn dev:connectkit
will workwe have a testbench with a lot of functionality you can use by running
yarn dev:testbench
along withyarn dev:connectkit
if you want to test on your own app running in a different project, you can target a local package via
file:
in your package.json after you've runyarn build
command in the connectkit project.example:
"connectkit": "file:../connectkit/packages/connectkit"