To build and test locally, first install the prerequisites and dependencies.
nvm install
- Install the dependencies
yarn
Running a local developent server:
yarn workspace vp-poc serve
Lint checks:
yarn workspace vp-poc lint
Build:
yarn workspace vp-poc build
Build:
yarn workspace sip-backend build
Start:
cd sip-backend
node .