Skip to content

AdobeDocs/cc-everywhere

Repository files navigation

Adobe Express Embed SDK

This is the repo for the SDK's documentation site.

Sample

To run the sample, cd into v4-sample first and follow the instructions in the sample.md file.

Contributing

Before raising a pull request, please run the following tests:

yarn test:links
yarn test:lint

Markdown linting errors can be fixed automatically (with some luck) by running:

yarn fix:lint