This is your Zuplo Developer Portal. This developer portal allows you to ship a beautiful API documentation for your users. You can customize this portal to match your brand and style.
This developer portal is configured to work with your Zuplo API. When you publish your API, your developer portal will be automatically published with the latest API documentation.
For more information, visit the Documentation.
The Zuplo Developer Portal is built on top of the open source Zudoku project, a powerful tool for creating and managing API documentation. If you would like to learn more about the project, open a feature request, or contribute to the codebase, visit the Zudoku GitHub repository.
After you have connected your Zuplo project to source control you can clone your project locally. Running the Developer Portal locally allows you to see changes in real-time with live-reload.
-
Clone the repository
git clone https://github.com/my-org/my-repo cd my-repo
-
Install dependencies
npm install
-
Start the development server
npm run docs