Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 411 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 411 Bytes

Pluto CMP++

Orbis is excited to bring the IAB Europe’s industry framework to our publishers, brands and website owners with our Consent Management Platform (CMP++), Pluto.

Installation

# clone the repo
$ git clone https://github.com/orbislabs/cmp

# go into app's directory and install dependencies:
$ cd cmp
$ npm install

# serve at localhost:8080.
$ npm run build:dev
$ npm start