Skip to content

tonymtz/songbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Songbox

Codeship status

This is an audio player that lets you listen your favorite music directly from your Dropbox.

Live version is here: https://songbox.xyz

Trello board: https://trello.com/b/IHObRdXm/songbox

Development

You need to have golang installed & GOPATH configured

cd ./webapp
npm install
npm run build
cd ../
go get .
go get github.com/beego/bee
bee run

Deployment

Compress the project.

cd ./webapp
npm install
npm run build
cd ../
go get .
go get github.com/beego/bee
bee pack -exr=webapp

You're now ready to rock!.