kar-cw/README.md

626 B

KarCw

Karideo-And-Rabbit Common Web is a generic library of the KAR application group

Develop:

Install dependency

pnpm install

Build for debug:

pnpm run dev

Build the environment

pnpm run build

deploy the environment

cd dist/kar-cw
pnpm publish --no-git-checks

Use development mode for the library:

In a terminal run:

pnpm run dev

On your client library run

cd <<CLIENT_PATH>>
pnpm link <<PATH_HERE>>/dist/kar-cw/
# ex: pnpm link ../kar-cw/dist/kar-cw/

Execute your library build as usual.