Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@redocly/developer-portal

Package Overview
Dependencies
Maintainers
0
Versions
387
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redocly/developer-portal

Redocly Developer Portal

  • 1.1.0-beta.141
  • next
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

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 starts running cypress tests.


Publish Staging/Local envs

  • To publish stage verdaccio on EC2 (for dependency testing)

  1. Change version in package.json to something meaningful and unique, like 1.1.0-beta.94-verify-fix
  2. npm i
  3. [Optional] Run npm run build to verify that your Portal version is working
  4. npm run prepublishOnly
  5. npm publish --registry http://[registry address]
  • To publish local verdaccio

  1. Install local verdaccio. It has an official docker image you can use, and in most cases, the default configuration is good enough: docker run -it --rm --name verdaccio -p 4873:4873 verdaccio/verdaccio
  2. Change version in package.json to something meaningful and unique, like 1.1.0-beta.94-verify-fix
  3. npm i
  4. [Optional] Run npm run build to verify that your Portal version is working
  5. npm run prepublishOnly
  6. npm publish --registry http://0.0.0.0:4873
  • Usage of published Portal version (starter, marketing, ....)

  1. Update dependencies in package.json with your published @redocly/developer-portal version
  2. yarn install --registry http://[registry address] for staging or yarn install --registry http://0.0.0.0:4873 for local env

Keywords

FAQs

Package last updated on 15 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc