AdapterHub

Install

Prerequisites and pnpm install for the AdapterHub monorepo.

Installation

This project is a pnpm workspace. Install dependencies from the repository root.

Prerequisites

  • Node.js ≥ 20 (Node ≥ 22 required for apps/web)
  • pnpm 9+ (enable with corepack enable then corepack prepare pnpm@latest --activate)

Steps

  1. Clone the repo (canonical path in code hive: Z:\code\github.com\dev-centr\adapterhub):

    git clone https://github.com/dev-centr/adapterhub.git
    cd adapterhub
  2. Install all workspace dependencies:

    pnpm install
  3. Optional: verify the docs site builds (required for CI):

    pnpm build:docs
  4. Optional: verify the web app builds:

    pnpm build:web

Workspace packages

PackagePathPurpose
adapterhub-webapps/webSolidStart app (main product)
adapterhub-docsapps/docsFumadocs (Next.js) documentation

After install, see Running to start the apps locally.

On this page