A DJing application featuring 4 Decks and an innovative 2D-crossfader.
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:
# Clone this repository
git clone https://github.com/fwcd/Bassline
# Go into the repository
cd Bassline
# Install dependencies
npm install
# Run the app
npm start
Note: If you're using Linux Bash for Windows, see this guide or use node
from the command prompt.
To recompile automatically and to allow using electron-reload, run this in a separate terminal:
npm run watch