TBD: Add Redocly validation status badge.
- Install Node JS
- Clone repo and run
npm ciin the repo root
Starts the development server to preview the docs:
npm run serve-core- preview Core API docsnpm run serve-users- preview Users API docsnpm run serve-reports- preview Reports API docnpm run serve-storefront- preview Storefront API docsnpm run serve-combined- preview combined API docs
Run npm run build to bundle the definitions into a single file in the dist folder.
Run npm test to validate the definitions.
Each API definition has its own root document in the root of the openapi folder.