To install the dependencies, install the package using:
bun install https://github.com/KackerSoft/ui.gitTo develop and use the package simultaneously do the following steps:
-
Install the package in your desired project with installation steps.
-
In the project that you are using prepare the script:
bun pm trust @kacker/ui
This will build the package locally so that it can be used in your project.
-
Run the following command in the kacker/ui project terminal:
bun link
-
Run the following command generated using
bun linkin the project where you are using the kacker/ui package:bun link @kacker/ui
-
Run the following command in the kacker/ui project terminal to build and use concurrently:
bun dev
-
Start or run your project in which you are using the kacker/ui components. Happy Coding :).