-
|
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 buildbeforeyarn dev:connectkitwill workwe have a testbench with a lot of functionality you can use by running
yarn dev:testbenchalong withyarn dev:connectkitif 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 buildcommand in the connectkit project.example:
"connectkit": "file:../connectkit/packages/connectkit"