Appearance
Project Setup
This page mirrors the setup requirements from the root README.md.
Requirements
- NVM
v0.39.3or higher - Node.js
v24.14.0or higher - PNPM
v10.x
Initial Setup
- Install NVM.
- Install and use the Node version from
.nvmrc:bashnvm install nvm use - Install PNPM:
- NPM:
npm install -g pnpm@latest-10 - Homebrew:
brew install pnpm
- NPM:
- Run:bashThen restart your terminal.
pnpm setup - Install Nx globally:bash
pnpm add --global nx - Sync project references:bash
nx sync
Verify Project Starts
For the current app in this repository:
bash
nx serve mcp-server