This repository contains the documentation for Interhuman AI.
Node.js (version 22 or higher) is required. We recommend using nvm (Node Version Manager).
-
Install nvm (if you haven't already): See nvm-sh/nvm for installation commands.
-
Install/Use Node.js: Run the following in the project root to install and use the version specified in
.nvmrc:nvm install nvm use
To run the documentation locally, you need to install the Mintlify CLI.
Install the CLI globally using npm:
npm i -g mintlifyStart the local development server:
mintlify devThis will start a local server, usually at http://localhost:3000.
Once the server is running, you can:
- Open your browser to the local URL (e.g.,
http://localhost:3000). - Edits to the documentation files will live reload in the browser.
- Verify the content and layout before pushing changes.