Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 268 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 268 Bytes

Écritures sensibles

Launch the project

  1. Install the node modules
npm install
  1. Configure the arduino port in the server.js file
var portName = PORT_NAME; // ex: '/dev/cu.usbmodem1101'
  1. Launch the app via nodemon
nodemon server.js