ParsonLabs Music

Locally

Deploy it Locally

Install dependencies

bun install

Note

This will install all dependencies for all the apps and packages which includes web, docs and landing

Build music

This will build the Web client for Music.

bun build --filter music

Run music

This will build and run the server for Music, which hosts the Web client.

cargo run -p music-server --release

This will start music on port 3001, to change the port, add the --port flag like so:

cargo run -p music-server --release -- --port 1993

View Music

View Music Running here: http://localhost:3001/

On this page