/hyper-patterns-editor

Live coding editor for Hyper-Patterns

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Hyper Patterns Editor

A live-coding editor for audio & graphics with HTML

Development ongoing, documentation to follow.

Build scripts

install dependencies: npm install
run tests: npm test
run linter: npm run lint
start dev server: npm run start
build: npm run build