Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 414 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 414 Bytes

Dashboard

Running the client

cd client/
npm start

Running the server

cd server/
npm start

Postman fix

Due to this issue, run the following to get the IP address for Postman. Set that value in client/src/config.ts (WS_URL value).

ip addr show eth0 | grep -oP '(?<=inet\s)\d+(\.\d+){3}'