Mobile phone application interface for the python BCI at University of Miami Neural Interfaces Laboratory
# Install dependencies
npm install
# Build, watch for changes and run the application
ns run
# Build, watch for changes and debug the application
ns debug <platform>
# Build for production
ns build <platform> --env.production