Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 293 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 293 Bytes

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