Skip to content
forked from fwcd/bassline

2D Crossfader DJing App for 4 Decks, build with Node.js and Electron.

License

Notifications You must be signed in to change notification settings

seriouslyjs/bassline

 
 

Repository files navigation

Bassline

A DJing application featuring 4 Decks and an innovative 2D-crossfader.

Screenshot

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:

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

Re-compile automatically

To recompile automatically and to allow using electron-reload, run this in a separate terminal:

npm run watch

About

2D Crossfader DJing App for 4 Decks, build with Node.js and Electron.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.3%
  • CSS 4.7%
  • HTML 2.0%