This is a site template built with the Adobe I/O Theme.
View the demo running on Github Pages.
The slack channel #adobeio-onsite-onboarding is our main point of contact for help. Feel free to join the channel and ask any questions.
Additional details on EDS-required server setup can be found on the adp-devsite-utils repo. All three of these servers must be running simultaneously in order for the documentation to be accessible locally.
-
Clone, install, and run the Content server (you are here):
$ git clone https://github.com/AdobeDocs/uxp-premiere-pro $ cd uxp-premiere-pro $ yarn install $ yarn dev -
Clone, install, and run the Code server (adp-devsite):
$ git clone https://github.com/AdobeDocs/adp-devsite $ cd adp-devsite $ npm install $ npm run dev -
Clone, install, and run the Runtime connector server (devsite-runtime-connector):
$ git clone https://github.com/aemsites/devsite-runtime-connector $ cd devsite-runtime-connector $ npm install $ npm run dev
- Update the version of
uxp-documentationinpackage.json. $ yarn install$ yarn prepare-uxp$ yarn dev- Bump the version in
package.jsonbefore checking in the files.