diff options
| -rw-r--r-- | README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..d40755b --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# triangle + +Triangle / Lambdoma matrix. + +### usage + +```bash +yarn watch +python -m SimpleHTTPServer 8000 +``` + +#### to test MIDI + +Run the SSL proxy which will point https://localhost:6006/ at the web server. + +```bash +yarn ssl-proxy +``` + +#### deploy to asdf + +```bash +yarn deploy +``` |
