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 releases
and select the correct minor/patch version, bothFree
andPro
are supported - Download the
Web
version and unzip the downloaded file
- Move the folders
css
andwebfonts
intoStreamAwesome/fonts/fontawesome
, it should look like this:StreamAwesome └── fonts └── fontawesome ├── css └── webfonts
- Run
npm install
from within theStreamAwesome
folder to install all dependencies - Run
npm run dev
from within theStreamAwesome
folder or use the provided Visual Studio Code config - Open the displayed localhost port in your web browser, by default:
http://localhost:5173