health-code-simulator/README.md

25 lines
220 B
Markdown
Raw Permalink Normal View History

2022-11-17 18:34:59 +08:00
# health-code-simulator
2022-11-29 17:07:18 +08:00
## Installation
2022-11-21 21:59:21 +08:00
2022-11-29 17:07:18 +08:00
```shell
npm install
```
2022-11-17 18:34:59 +08:00
2022-11-29 17:07:18 +08:00
## Development
2022-11-17 18:34:59 +08:00
```shell
2022-11-29 17:07:18 +08:00
npm run dev
# develop with https server
npm run dev:https
2022-11-17 18:34:59 +08:00
```
2022-11-29 17:07:18 +08:00
## Build
2022-11-17 18:34:59 +08:00
2022-11-29 17:07:18 +08:00
### Build for production
2022-11-17 18:34:59 +08:00
```shell
2022-11-29 17:07:18 +08:00
npm run build
2022-11-17 18:34:59 +08:00
```