Skip to content
/ swas Public

A web based audio streaming allowing you to access your music

License

Notifications You must be signed in to change notification settings

yangosoft/swas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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