Yet Another Clash Dashboard
Find a file
2018-10-21 18:25:50 +08:00
assets first commit 2018-10-20 20:32:02 +08:00
src fix: resume traffic data streaming on recovery from prior API errors 2018-10-21 16:47:00 +08:00
.babelrc build: optimize core-js modules importing 2018-10-21 15:40:18 +08:00
.eslintrc.yml first commit 2018-10-20 20:32:02 +08:00
.gitignore first commit 2018-10-20 20:32:02 +08:00
package.json first commit 2018-10-20 20:32:02 +08:00
README.md doc: add development section into readme 2018-10-21 18:25:50 +08:00
server.js first commit 2018-10-20 20:32:02 +08:00
webpack.common.js first commit 2018-10-20 20:32:02 +08:00
webpack.config.js build: optimize core-js modules importing 2018-10-21 15:40:18 +08:00
webpack.dll.config.js first commit 2018-10-20 20:32:02 +08:00
yarn.lock first commit 2018-10-20 20:32:02 +08:00

yacd

Yet Another Clash Dashboard

Note for Firefox user:

yacd is using the Fetch (Web) 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.

Development

# install dependencies
yarn

# start the dev server
yarn start

# go to http://127.0.0.1:3000