Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reloadly/reloadly-developer-portal
https://github.com/reloadly/reloadly-developer-portal
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/reloadly/reloadly-developer-portal
- Owner: Reloadly
- License: other
- Created: 2022-05-30T11:19:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T05:11:05.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T09:36:04.898Z (almost 2 years ago)
- Language: TypeScript
- Size: 598 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Redocly API developer portal
## Prerequisites
- [node.js >= 12.22.6 and <= 16.x](https://nodejs.org/en/)
- [yarn](https://yarnpkg.com/en/)## 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](https://redoc.ly/docs/developer-portal/introduction/).
## 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.