Skip to content

king-prawns/PiNE

Repository files navigation

logo PiNE

Raspberry Pi Network Emulator

Installation

  • Use the right version of node
nvm use
  • Install dependencies
npm ci

Start PiNE

  • Run Trunk
cd trunk
npm run dev
  • Run Branch
cd branch
npm run dev