Skip to content

Latest commit

 

History

History
executable file
·
24 lines (15 loc) · 596 Bytes

readme.md

File metadata and controls

executable file
·
24 lines (15 loc) · 596 Bytes

Duplicate of this repository for hosting purposes. Check out the live demo here.

Image of EEG_Skull

This project visualizes real-time EEG data, in VR, using an OpenBCI headset.

Built with Node 8.4 and NPM 5.3

Install Dependancies

yarn install

Hot Development

npm run dev

Build / Run Production

npm run build
npm run start