Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 177 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 177 Bytes

swas

A web based audio streaming allowing you to access your music.

Very early state.

Build

cd frontend
npm i
npm run build
cd ..
cd server
npm i
npm run start