UI Components for building brain beats scripted applications
# clone repo from github
git clone https://github.com/BrainBeatsUCF/brainbeats-ui-components.git
# Create build files
npm run build
# Install to your package
npm install -S brainbeats-ui-components@file:<path to root of brainbeats-ui-component repo>
### create an npmrc file
touch .npmrc
### specify npm registry to point to brainbeats organization
echo registry=https://npm.pkg.github.com/BrainBeatsUCF >> .npmrc
### install package
npm install @brainbeatsucf/brainbeats-ui-components