Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 492 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 492 Bytes

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