GitHub - CodeConnects/drum-machine: Drum machine sequencer, using the amazing Tone web audio framework

Browser based drum sequencer app

Built with React.js using Next.js and the amazing Tone.js web audio framework

https://drum-machine-one-snowy.vercel.app/


Installing locally

First clone the repo:

git clone https://github.com/CodeConnects/drum-machine.git

Then install dependencies:

cd drum-machine
npm install

Running locally

First, run the development server:

When ready, build the app for production:

Once built, start the app in production mode:

Built With

  • React - JavaScript library for building user interfaces
  • Next.js - React framework
  • Tone.js - Web audio framework