KarCw ===== Karideo-And-Rabbit Common Web is a generic library of the KAR application group Develop: ======== Install dependency ```bash pnpm install ``` Build for debug: ```bash pnpm run dev ``` Build the environment ```bash pnpm run build ``` deploy the environment ```bash cd dist/kar-cw pnpm publish --no-git-checks ``` Use development mode for the library: ===================================== In a terminal run: ```bash pnpm run dev ``` On your client library run ```bash cd <> pnpm link <>/dist/kar-cw/ # ex: pnpm link ../kar-cw/dist/kar-cw/ ``` Execute your library build as usual.