This repository is meant to be used for the development of ebu-list-sdk. It includes dependencies that are linked using lerna.
If yarn
is not installed:
sudo npm i --global yarn
Bootstrap project:
yarn install
npx lerna bootstrap
npx lerna run build
npx lerna run start -- -- login --baseUrl https://list.ebu.io --username demo --password demo
(note the double '--'
)