Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 571 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 571 Bytes

2dex

Ableton 2 Deck (4 channels each) system

Build Setup

# install dependencies
yarn install

# serve app with hot reload
yarn run dev

# build electron application for production
yarn run build


# lint all JS/Vue component files in `src/`
yarn run lint

This project was generated with electron-nuxt v1.7.1 using vue-cli. Documentation about the original structure can be found here.