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

or

pnpm run deploy

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.

Description
No description provided
Readme 1 MiB
Languages
TypeScript 80.2%
HTML 10.2%
Less 9.3%
Shell 0.3%