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

Latest commit

 

History

History
24 lines (20 loc) · 917 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 917 Bytes

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.