yacd/README.md

26 lines
1,019 B
Markdown
Raw Normal View History

2018-10-20 20:34:35 +08:00
# yacd
2018-10-21 18:28:13 +08:00
> Yet Another [Clash](https://github.com/Dreamacro/clash) Dashboard
The site [http://yacd.haishan.me](http://yacd.haishan.me) is served with HTTP not HTTPS is because many browsers blocking request to HTTP resources from a HTTPS website. If you think it's not safe or not comfort with this, you can actually download the [zip of the gh-pages](https://github.com/haishanh/yacd/archive/gh-pages.zip), unzip and open `index.html` directly.
Extra note for Firefox users:
**yacd** is using the [Fetch (Web) API][fetch-api] to stream chunked API response from Clash to draw the traffic chart. But currently the streaming feature in Firefox needs to be turned on manually. Here is how to:
Visit `about:config`, search for `dom.streams.enabled` and `javascript.options.streams`, double click those items to turn them on.
[fetch-api]: https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
## Development
```sh
# install dependencies
yarn
# start the dev server
yarn start
# go to http://127.0.0.1:3000
```