npm install --global pm2
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.
npm install --global pm2
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.