Skip to content

Project Setup

This page mirrors the setup requirements from the root README.md.

Requirements

  • NVM v0.39.3 or higher
  • Node.js v24.14.0 or higher
  • PNPM v10.x

Initial Setup

  1. Install NVM.
  2. Install and use the Node version from .nvmrc:
    bash
    nvm install
    nvm use
  3. Install PNPM:
    • NPM: npm install -g pnpm@latest-10
    • Homebrew: brew install pnpm
  4. Run:
    bash
    pnpm setup
    Then restart your terminal.
  5. Install Nx globally:
    bash
    pnpm add --global nx
  6. Sync project references:
    bash
    nx sync

Verify Project Starts

For the current app in this repository:

bash
nx serve mcp-server