This project currently depends on openface and uses its websocket server from web demo. Make sure to have Docker installed and build the openface image.
# install dependencies
npm install
# start the websocket server, will listen at localhost:9000
npm run start-server
# serve with hot reload at localhost:8080
npm run dev