基于 Web 的健康码模拟
 
 
 
 
Go to file
ilovexjp 19f10ba5d9 Update e189124f 2022-11-21 21:59:21 +08:00
docs Update e189124f 2022-11-21 21:59:21 +08:00
src Update e189124f 2022-11-21 21:59:21 +08:00
.gitignore Update e189124f 2022-11-21 21:59:21 +08:00
Makefile Update e189124f 2022-11-21 21:59:21 +08:00
README.md Update e189124f 2022-11-21 21:59:21 +08:00
build.sh Update e189124f 2022-11-21 21:59:21 +08:00
makeassets.sh Update e189124f 2022-11-21 21:59:21 +08:00

README.md

health-code-simulator

常见问题:FAQ.md

Telegram 频道:@gh_ilovexjp

网页演示:Cloudflare

Reddit: r/ILoveHealthCode

Build

Build for production

npm i -g uglify-js clean-css-cli html-minifier sass
make build

Launch local server

Requires python3.

npm i -g sass
make serve