Yet Another Clash Dashboard
0ea31f6e78
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.2 to v2.1.4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.2...c46424eee26de4078d34105d3de3cc4992202b1e) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
assets | ||
src | ||
.eslintignore | ||
.eslintrc.yml | ||
.gitignore | ||
babel.config.js | ||
CHANGELOG.md | ||
Dockerfile | ||
package.json | ||
prettier.config.js | ||
README.md | ||
server.js | ||
tsconfig.json | ||
webpack.config.js | ||
yarn.lock |
The site http://yacd.haishan.me is served with HTTP not HTTPS is because many browsers block requests to HTTP resources from a HTTPS website. If you think it's not safe, you could just download the zip of the gh-pages, unzip and open or serve index.html
directly.
Docker image is also available as haishanh/yacd
.
Development
# install dependencies
yarn
# start the dev server
# then go to http://127.0.0.1:3000
yarn start
# build optimized assets
# ready to deploy assets will be in the directory `public`
yarn build