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
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
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