You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
338 B

# My personal hotspot dashboard
Using this for YSF and DMR+.
## Screenshot
![an example screenshot](example.png)
## Creating `dash.min.css` from `dash.css`
I use yui-compressor for this.
```shell
yui-compressor dash.css > dash.min.css
```
### Install yui-compressor on a Raspberry Pi
```shell
sudo apt install yui-compressor
```