umnil / bci-app

BSD 2-Clause "Simplified" License
1 stars 1 forks source link
app native-script-vue react-native

BCI App

Mobile phone application interface for the python BCI at University of Miami Neural Interfaces Laboratory

Gettings started

# 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