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 Next.js guide .
Install the robindoc
package in your project:
npm
pnpm
yarn
bun
npm i robindoc
pnpm add robindoc
yarn add robindoc
bun add robindoc
Now you can fully integrate it into your application by initializing Robindoc guide.