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
yarn
installed on your system. - run
yarn install
to download dependencies. - run
yarn dev
to run the development server. - otherwise, run
yarn build
to build the project. the output files will be generated in thedist
directory. building the project means you can host the files on a normal web server.