BrainBeatsUCF / brainbeats-ui-components

UI Components for building brain beats scripted applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BrainBeats UI Components

UI Components for building brain beats scripted applications

Local Installation

# 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>

NPM Installation

### 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

About

UI Components for building brain beats scripted applications


Languages

Language:TypeScript 56.8%Language:CSS 37.6%Language:JavaScript 5.6%