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.
The project is built with Webpack.
- Install dependencies with
npm install - Run
npm run serve(to start the development server) ornpm run build(to build a distributable version into thedistfolder)
