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.
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 onlocalhost:3000
.gulp build
- run the tests and generates the build in the./dist
folder.gulp test
- run the unit tests
Contributions are welcome! Read the Contributing Guide for more information.
This project is licensed under the Apache V2 License. See LICENSE for more information.