Skip to content

Graphical interface for configuring OpenDeck boards running in browser via WebMIDI

Notifications You must be signed in to change notification settings

shanteacontrols/OpenDeckUI

Repository files navigation

OpenDeck configurator

This repository contains source code for OpenDeck configurator. For more information on OpenDeck project, check the OpenDeck repository.

Click the image below for a demo video of the OpenDeck configurator

Watch the video

The configurator is always available online via this link. Offline versions are available under Releases section. Each release has attached 3 zip files. Download the appropriate one depending on your operating system:

  • darwin-x64 -> Intel macOS
  • linux-x64 -> Linux x64
  • win32-x64 -> Windows x64

Development

This project uses Vue, Vite, Tailwind and Typescript. For development usage, make sure yarn command is installed. After that, development version of the configurator with local server can be started with the following commands:

yarn
yarn dev