This project creates an electron interface to visualize EEG data come from the BCPY Module.
To install all project dependencies just type the follow command
$ npm install
This project is still a vue project, so all the vue scripts will work on the browser, although some functionalities won't work.
To run this project in a electron dev mode, you should use:
$ npm run electron:serve
$ npm run electron:build