kar-cw/README.md

51 lines
657 B
Markdown

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
```
or
```bash
pnpm run deploy
```
Use development mode for the library:
=====================================
In a terminal run:
```bash
pnpm run dev
```
On your client library run
```bash
cd <<CLIENT_PATH>>
pnpm link <<PATH_HERE>>/dist/kar-cw/
# ex: pnpm link ../kar-cw/dist/kar-cw/
```
Execute your library build as usual.