Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.03 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.03 KB

Adobe Client Data Layer

The Adobe Client Data Layer aims to reduce the effort to instrument websites by providing a standardized method to expose and access any kind of data for any script.

Documentation

Building

First run the following commands:

npm install -g gulp-cli
npm install

Then choose from the following gulp tasks:

  • gulp - run the tests, generates the build in the ./dist folder and runs a development server on localhost:3000.
  • gulp build - run the tests and generates the build in the ./dist folder.
  • gulp test - run the unit tests

Contributing

Contributions are welcome! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.