An alternative open source Steam client built with React and Electron.
In order to use Vapour you are required to add a Steam ID and Steam API key in the settings page. The easiest way to find your Steam ID is via a site like https://steamidfinder.com/. You can get a Steam API key by visiting the following link http://steamcommunity.com/dev/apikey.
To run the project locally run the following command:
yarn dev
And to create a release build run the following command:
# Windows
yarn build --win
# Linux
yarn build --linux