bemuse icon indicating copy to clipboard operation
bemuse copied to clipboard

I don't know how to run the bemuse app.

Open salientnet opened this issue 9 years ago • 3 comments

Hello,

I tried to run the app on my local. What I tried is

  1. download the bemuse repository.
  2. npm install in the app folder.
  3. npm start But now, I can't run the application on my local. So could you explain how to run the app?

Best Regards, Salient

salientnet avatar Oct 06 '16 02:10 salientnet

Hello,

The steps you described is correct! :)

Can you post a screenshot of what happens when you npm start?

Please note, that you also need to clone bemusic/music next to bemuse. The layout should be:

  • Bemuse
    • bemuse
      • [contents of bemusic/bemuse repo]
    • music
      • [contents of bemusic/music repo]

dtinth avatar Oct 06 '16 04:10 dtinth

Hello,

Thanks for your help. This is just the issue screenshot. screenshot from 2016-10-06 08 33 02 And I downloaded the music repo too.

Btw, I am going to run the app in user mode without dev mode. So I downloaded the bemusic.github.io repo and the music repo in same level. Then I run the bemusic.github.io/index.html, but it is not working properly. Just look at the following below. selection_003 Looking forward to hearing good idea from you.

Best Regards, Salient

salientnet avatar Oct 06 '16 05:10 salientnet

The above error shows a bug in the project, so thanks for reporting!

For the compiled version, you have to ln -s /path/to/Bemuse/music /path/to/Bemuse/bemusic.github.io/music.

Please note that Bemuse also works offline if you use Google Chrome. It installs a service worker and you can play even if you are complete offline and played that particular song/chart before.

dtinth avatar Oct 06 '16 10:10 dtinth