# documentation This is the documentation for stsg. ## build favicon This is just a helpfull script to build the favicon. It is not strictly required to use. Make sure inkscape and imagemagick is installed. ``` cd src/static/assets inkscape -w 16 -h 16 -o 16.png logo.svg inkscape -w 32 -h 32 -o 32.png logo.svg inkscape -w 48 -h 48 -o 48.png logo.svg convert 16.png 32.png 48.png ../icon.ico ```