Skip to content

akasaki-is-a-rubbish/DrivingUI

Repository files navigation

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/