Operation System:Manjaro Linux (Arch)
Beaker Version:0.7.10
I tried to build beaker from source using npm install and then npm start
But it showed an error that "Unable to find Electron app in ~/beaker/app

Hi @illuminati-RV.
Based on that screenshot, it looks like you ran npm install electron and the command is npm install. Then, you call npm start.
oh my bad...
I had tried something more to see if anything works
I actually did npm install 1st
you can see that here, the results' the same...

Wait a minute! Your directory listing is missing the app folder. Any idea how that could have happened? Try a fresh checkout.
Uhhh... I just did a fresh clone... its all present ryt here

Are'nt these the supposed files?
Lol sheesh. Your file listing ignores the ., so it puts .git beneath app. I assumed I was seeing the top of the listing in your screenshot.
I notice that the build outputs are missing, so I rechecked the install process. You need to run npm run rebuild before npm start.
Reopen if it's still not working.
Hey, thank you for your assistance.
I just presumed it works as in other electron apps and forgot to do npm run rebuild
Happy new year and cheers bro...
Thanks, same to you
hey, can I ask u a little bit more on this browser u've developed?
I want to customize this browser for my B.tech project, Which IDE do u use to test this? do u use electron to test it and then make its binary?
I don't use an IDE for testing. We have the automated tests (npm test) and then use the builtin devtools when possible. The final binary bundles electron with it (npm run release).
Okay thank you for your help 馃槃
Sure thing!