summaryrefslogtreecommitdiff
path: root/README.md
blob: d40755b67b54636e685bb52290c2ce8fcbc9a9d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
```