summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2025-07-05 18:58:53 +0200
committerjulian laplace <julescarbon@gmail.com>2025-07-05 18:58:53 +0200
commit0f0c19d71ad2245745bbbb9186f4f3f2aa4728dc (patch)
tree7af6368a94cefc2ad5fdd2ab646dc205ac3f99d3 /README.md
parent0e0c63f658fe5e0d0249bcbfba87fdb5e0484208 (diff)
readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
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
+```