An open API service indexing awesome lists of open source software.

https://github.com/sunsetmkt/health-code-simulator

基于 Web 的健康码模拟 https://codeberg.org/ilovexjp/health-code-simulator
https://github.com/sunsetmkt/health-code-simulator

Last synced: 5 months ago
JSON representation

基于 Web 的健康码模拟 https://codeberg.org/ilovexjp/health-code-simulator

Awesome Lists containing this project

README

          

# health-code-simulator

## Installation

```shell
npm install
```

## Development

```shell
npm run dev

# develop with https server
npm run dev:https
```

## Build

### Build for production

```shell
npm run build
```