You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# To run the SCE-RPC API for other projects to interact with it:
npm run start
# To run the printing server:
python server/printing/printing_server.py
# To run the led sign server:
python server/led_sign/led_sign_server.py
# To run the 3d printing server:
python server/printing_3d/print_3d_server.py
Note: If you get some unexpected errors from the python commands, replace python with python3