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
- Host: GitHub
- URL: https://github.com/sunsetmkt/health-code-simulator
- Owner: SunsetMkt
- Created: 2024-10-31T07:43:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-31T07:46:36.000Z (over 1 year ago)
- Last Synced: 2025-09-24T05:50:00.307Z (10 months ago)
- Language: HTML
- Homepage: https://codeberg.org/ilovexjp/health-code-simulator
- Size: 18.9 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```