blipgrid is a unique web-app music sequencer and composition tool
user guide/documentation coming soon!
changes are automatically built and published to https://blipgrid.app/
- clone or download the source, navigate to source directory.
- ensure you have
yarninstalled on your system. - run
yarn installto download dependencies. - run
yarn devto run the development server. - otherwise, run
yarn buildto build the project. the output files will be generated in thedistdirectory. building the project means you can host the files on a normal web server.