Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 592 Bytes

README.md

File metadata and controls

51 lines (34 loc) · 592 Bytes

Getting Started

To build and test locally, first install the prerequisites and dependencies.

  1. Install NVM and Yarn 1.x
  2. Update node:
nvm install
  1. Install the dependencies
yarn

Frontend

Running a local developent server:

yarn workspace vp-poc serve

Lint checks:

yarn workspace vp-poc lint

Build:

yarn workspace vp-poc build

SIP Demo Backend

Build:

yarn workspace sip-backend build

Start:

cd sip-backend
node .