93faae5cc8e4dff28da709a22679b491630142ce
PackControl
PackControl is a desktop app for configuring the Loupedeck Live controller on Linux. Made by Erik @ Packed
Sidenote: Please excuse my terrible code, i usually only code in C / Cpp
Build
- Install dependencies:
npm install
- Run the app in development:
npm run start
- 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
- Fork the repo and create a feature branch.
- Install dependencies:
npm install. - Make focused changes and keep commits small.
- Test locally:
npm run start. - Open a pull request with a clear summary and screenshots for UI changes.
- Be proud, and know that I'm thankful for any help!
Description
Languages
JavaScript
74.4%
HTML
16.2%
CSS
9.4%