@redocly/developer-portal

Redocly Developer Portal

Usage no npm install needed!

<script type="module">
  import redoclyDeveloperPortal from 'https://cdn.skypack.dev/@redocly/developer-portal';
</script>

README

Redocly Portal

Install

$: npm install

Run locally

$: npm start

Run tests locally.

  • modify package.json by adding to scripts -> test -> PERCY_TOKEN=<token>. Use token from Percy.io
  • run server npm run start-test-server
  • run tests npm run test

Run cypress tests on PR before merge

Add label run_tests_cypress to the PR. It will start running cypress tests.