1
0
mirror of https://codeberg.org/ilovexjp/health-code-simulator.git synced 2024-11-25 01:07:36 +08:00
基于 Web 的健康码模拟
Go to file
2022-11-17 10:34:59 +00:00
src Initial commit 2022-11-17 10:34:59 +00:00
.gitignore Initial commit 2022-11-17 10:34:59 +00:00
build.sh Initial commit 2022-11-17 10:34:59 +00:00
makeassets.sh Initial commit 2022-11-17 10:34:59 +00:00
Makefile Initial commit 2022-11-17 10:34:59 +00:00
README.md Initial commit 2022-11-17 10:34:59 +00:00

health-code-simulator

Build

Build for production

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

Launch local server

Requires python3.

make serve