Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 385 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 385 Bytes

Crypto Panda

Build Status

Install:

npm install

Run server:

npm run dev

Run server with custom ports

HTTP_PORT=3002 P2P_PORT=5002 PEERS=ws://localhost:5001 npm run dev