Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 454 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 454 Bytes

Driving UI

driving

Install & Run

yarn
yarn dev

Run with electron (electron is requried):

yarn electron

Configuration

Edit src/config.ts

Build MusicCloud

The MusicCloud app bundle is prebuilt and ready to use, so this is not required, unless you want to rebuild it.

git submodule update --init
cd MusicCloud
pnpm i
pnpm run build
cp bundle.js bundle.js.map ../public/mc/