Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 748 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 748 Bytes

realtime-eeg-dashboard

This project creates an electron interface to visualize EEG data come from the BCPY Module.

dashboard

Project setup for the people who want to clone and run thought the source code!

To install all project dependencies just type the follow command

$ npm install

How to run

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

How to build

$ npm run electron:build