I don't know how to run the bemuse app.
Hello,
I tried to run the app on my local. What I tried is
- download the bemuse repository.
- npm install in the app folder.
- 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
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]
- bemuse
Hello,
Thanks for your help.
This is just the issue screenshot.
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.
Looking forward to hearing good idea from you.
Best Regards, Salient
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.