Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

puzed-legacy/puzed-client

Repository files navigation

puzed-client

Node.js Test Runner GitHub code size in bytes GitHub package.json version GitHub

Screenshot

Screenshot of UI

Installation

Install PM2

npm install --global pm2

Install and run the Client

git clone https://github.com/puzed/puzed-client.git
cd puzed-client
npm install
pm2 start --name puzed-client npm -- start

For further instructions on installing the server, please refer to the puzed-api repository.