Skip to content

raffleberry/yams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YAMS

Yet Another Music Server

Screenshots

Development

./bake dev # export DEV=1; uv run yams/main.py

Build/Install

git clone https://github.com/raffleberry/yams.git
./bake install # uv tool install .
# OR
uv tool install git+https://github.com/raffleberry/yams
# OR
pip install git+https://github.com/raffleberry/yams
# OR
uv tool install git+https://github.com/raffleberry/yams@CommitId # recommended