Skip to main content
ESC

Installation

Robindoc is simply a helper framework, meaning it does not include React itself or its frameworks. If you do not yet have an application, initialize it according to the instructions.

If you already have an application on a framework that supports RSC, simply install the robindoc package. After that, you can fully integrate it into your application by initializing Robindoc.

Using npm:

npm
yarn
npm i robindoc
yarn add robindoc
Previous
Getting Started
Next
Writing MD
Return to navigation