Skip to content

0la0/hyper-patterns-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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