/cmp

An IAB compliant CMP, with user privacy preserving features.

Primary LanguageJavaScript

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