Skip to content

SupahNickie/cmp

 
 

Repository files navigation

DigiTrust CMP

CMP is a tool for publishers to engage users of their properties and gather & store end user consent.

This code was forked from https://github.com/appnexus/cmp.

Installation

git clone https://github.com/digi-trust/cmp.git
cd cmp
yarn install

Build for Production

npm run build

This produces a production build of the cmp script and the docs application:

  • ./build/cmp.bundle.js - CMP script to include on your site
  • ./build/docs/ - Application hosting the documentation

Documentation

Instructions to install the CMP as well as API docs and examples are available in the docs application included with the repo.

npm start

The documentation can be viewed at: http://localhost:5000/docs/

Development

You can start a development server that will monitor changes to all CMP and docs files with:

npm run dev

Development server can be accessed at: http://localhost:8080/

Testing

npm test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.9%
  • CSS 7.8%
  • HTML 3.3%