health-code-simulator/README.md

28 lines
510 B
Markdown
Raw Normal View History

2022-11-17 18:34:59 +08:00
# health-code-simulator
2022-11-21 21:59:21 +08:00
常见问题:[FAQ.md](https://codeberg.org/ilovexjp/health-code-simulator/src/branch/main/docs/FAQ.md)
Telegram 频道:[@gh_ilovexjp](https://t.me/gh_ilovexjp)
网页演示:[Cloudflare](https://ilovexjp.pages.dev)
Reddit: [r/ILoveHealthCode](https://reddit.com/r/ILoveHealthCode)
2022-11-17 18:34:59 +08:00
## Build
### Build for production
```shell
2022-11-21 21:59:21 +08:00
npm i -g uglify-js clean-css-cli html-minifier sass
2022-11-17 18:34:59 +08:00
make build
```
### Launch local server
Requires python3.
```shell
2022-11-21 21:59:21 +08:00
npm i -g sass
2022-11-17 18:34:59 +08:00
make serve
```