Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (18 loc) · 1016 Bytes

File metadata and controls

33 lines (18 loc) · 1016 Bytes

Sandbox Repository to Evaluate Redocly for the XRPL Developer Portal

NOTE: The PoC is complete and the toolchain migration for the XRPL Developer Portal will be available on https://github.com/XRPLF/xrpl-dev-portal/tree/redocly-migration.

Prerequisites

Install

yarn install

Start development server

yarn start

Note: search isn't functional in the development environment.

Troubleshooting

We heavily rely on caching for performance issues so if some changes are not reflected in the resulting portal try cleaning cache by running:

yarn clean

Docs

Read the online documentation.

Training program

The starter template contains training exercises which will teach you how to build a developer portal. After you start the development server, navigate to the app and follow the instructions to get started with your training.