Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 851 Bytes

File metadata and controls

33 lines (20 loc) · 851 Bytes

Kanon

Open source controller for Raumfeld multiroom devices.

Kanon Multiroom Player

Build Setup

# install dependencies
yarn install

# serve with hot reload at localhost:9080
yarn run dev

# build electron application for production
yarn run build

# build SVG icons
yarn run svg

# run unit & end-to-end tests
yarn test


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

This project was generated with electron-vue@331f85f using vue-cli. Documentation about the original structure can be found here.