health-code-simulator/README.md

19 lines
201 B
Markdown
Raw Normal View History

2022-11-17 18:34:59 +08:00
# health-code-simulator
## Build
### Build for production
```shell
npm i -g uglify-js clean-css-cli html-minifier
make build
```
### Launch local server
Requires python3.
```shell
make serve
```