Skip to content

umnil/bci-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f4bc1dc · Jan 24, 2023
Feb 10, 2022
Jan 24, 2023
Jan 24, 2023
Feb 6, 2022
Dec 24, 2021
Feb 10, 2022
Feb 10, 2022
Jul 2, 2021
Feb 8, 2020
Jul 2, 2021
Jan 24, 2023
Jan 24, 2023
Nov 4, 2020
Feb 18, 2022

Repository files navigation

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