Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

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 :)