From 3ed42cdeb6e81bb66a61bfe7da0876337b80ef49 Mon Sep 17 00:00:00 2001 From: Erik Hellak Date: Thu, 15 Jan 2026 20:32:12 +0000 Subject: [PATCH] =?UTF-8?q?README.md=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8d750a9 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# PackControl + +PackControl is a desktop app for configuring the Loupedeck Live controller on Linux. +Made by Erik @ Packed + +## Build + +1. Install dependencies: + - `npm install` +2. Run the app in development: + - `npm run start` +3. Build distributables: + - `rm -rf node_modules/.vite dist && npm run build:linux` + +## Install + +- AppImage download: `https://papp-box.de/downloads` +- After downloading, make it executable and run it: + - `chmod +x Packed*.AppImage` + - `./Packed*.AppImage` + +## Contribute + +1. Fork the repo and create a feature branch. +2. Install dependencies: `npm install`. +3. Make focused changes and keep commits small. +4. Test locally: `npm run start`. +5. Open a pull request with a clear summary and screenshots for UI changes. +6. Be proud, and know that I'm thankful for any help!