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 enablethencorepack prepare pnpm@latest --activate)
Steps
-
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 -
Install all workspace dependencies:
pnpm install -
Optional: verify the docs site builds (required for CI):
pnpm build:docs -
Optional: verify the web app builds:
pnpm build:web
Workspace packages
| Package | Path | Purpose |
|---|---|---|
| adapterhub-web | apps/web | SolidStart app (main product) |
| adapterhub-docs | apps/docs | Fumadocs (Next.js) documentation |
After install, see Running to start the apps locally.