# Liminalis App

A music visualization created with [Liminalis](https://github.com/twray/liminalis).

## Development

```bash
npm install
npm run dev
```

Open your browser to `http://localhost:3000`

## MIDI Setup

1. Connect a MIDI controller to your computer
2. Allow MIDI access when prompted by your browser
3. Play notes to see the visualization react!

For testing without MIDI hardware, press keys `1-9` on your keyboard.

## Build

```bash
npm run build
```

## Learn More

- [Liminalis Documentation](https://github.com/twray/liminalis)
- [Examples](https://github.com/twray/liminalis/tree/main/src/examples)
