WebSocket LED This repository is to run the frontend client and websocket server for changing pin modes on an arduino. Deployment To deploy the websocket project run node server/wss.js npm i To deploy the frontend client run cd frontend-client npm i npm run dev