Pre-req: make sure npm is available, if not, download here
- in terminal or Visual Sudio Code terminal: intall all dependencies:
npm init
npm install
- then start hosting the application by:
npm start
- access application at: http://localhost:5500/
Debug mode In sketch.js, set SLIDER_MODE = true to turn on slider mode (instead of using phidget hardware to control the brain wave).