Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 578 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 578 Bytes

Blocks

Blocks is a machine learning-supported interactive drum beat generator that runs in the browser. Each Block contains a two-measure drumbeat, and can be chained with other blocks and manipulated in various ways.

Getting started

The project is built with Webpack.

  1. Install dependencies with npm install
  2. Run npm run serve (to start the development server) or npm run build (to build a distributable version into the dist folder)