Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I am trying Superpowsers, but I haven't found any documentation on how to build/run the desktop app. I have Electron installed but I don't know what I need to do to run Superpowers with Electron.

I really like it so far, and I hope I will be able to contribute (even though I have no experience with TypeScript, but this is the perfect occasion to learn :P)

Ah right, we need to add this to the documentation. Try this:

# Run this one just once
npm install -g electron-prebuilt

# Then, assuming you're already in the superpowers root folder
cd launcher
electron .
That should start the launcher!
(+1)

Yup it works ! Thanks :)