kltdwrds / jackjam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JackJam electon client

Note: This version requires libjack to be installed separately before connecting to the hub server.

See https://ccrma.stanford.edu/software/jacktrip/osx/index.html - YMMV

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Install dependencies
npm install
# Run the app
npm run dev

Building distributable

We use Electron Builder to package our distributable

npm run dist
# or build unpacked - useful for testing builds
npm run pack

Resources for Learning Electron

About


Languages

Language:TypeScript 58.8%Language:JavaScript 39.5%Language:Shell 0.8%Language:HTML 0.8%