- Import multiple presets in any bank (including factory banks)
- Export preset and share with your friends.
- Rename banks (including factory banks)
- Rename presets
- Quickly move any preset to any bank
- Delete presets
- Star / unstar presets.
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# lint all JS/Vue component files in `src/`
# ESlint caused problems with hot reload so I removed it
npm run lint
# build electron application for production
npm rebuild node-sass
npm run build:dir
If you get permission problems or problems with libdbus restart your computer. if the problem persists, just delete your local instance and git clone again.
To develop in windows, delete any previous instances and run the above commands with Powershell Only
This project was generated with electron-vue@8fae476 using vue-cli. Documentation about the original structure can be found here.