Generate awesome-looking Stream Deck icons. Close to the Elgato original and awesome because of Font Awesome.
Tip
You don't need to install anything if you just want to use it; head over to streamawesome.app. A local installation is only needed if you want to contribute to this repository or run it offline.
- Install Node and npm
- Download or clone this repository, e.g. using
git clone https://github.com/sebinside/StreamAwesome.git - Download the correct version of Font Awesome For The Web
- Have a look at the orange font awesome shield in this readme to see which version is used
- Head over to the download page, select the correct major version first, then click on
Looking for older or specific releasesand select the correct minor/patch version, bothFreeandProare supported - Download the
Webversion and unzip the downloaded file
- Move the folders
cssandwebfontsintoStreamAwesome/fonts/fontawesome, it should look like this:StreamAwesome └── fonts └── fontawesome ├── css └── webfonts - Run
npm installfrom within theStreamAwesomefolder to install all dependencies - Run
npm run devfrom within theStreamAwesomefolder or use the provided Visual Studio Code config - Open the displayed localhost port in your web browser, by default:
http://localhost:5173

