Skip to content

Daniel-Griffiths/vapour

Repository files navigation

Logo
An alternative open source Steam client built with React and Electron.

Usage

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.

Getting Started

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