Connect to the Muse EEG Headset (2016 Edition) through Web Bluetooth
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To run this application you will need Node.js (version 10.15.1). This will include npm
, needed
to install dependencies.
- Install Angular CLI
npm i -g @angular/cli
- Install dependencies
npm i
- Serve application
npm start
Running unit tests
npm run test
Running e2e tests
ng e2e
There are several ways to deploy this application, the steps listed below are the simplest.
- Start with the production build
ng build --prod
-
Copy everything within the dist/ folder to a folder on the server.
-
Configure the server to redirect requests for missing files to index.html.
Copyright (C) 2017, Alex Castillo and Uri Shaked. Code released under the MIT license.