https://github.com/daidr/mcverify
https://github.com/daidr/mcverify
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daidr/mcverify
- Owner: daidr
- Created: 2023-07-05T17:49:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T11:18:25.000Z (almost 3 years ago)
- Last Synced: 2025-02-24T16:12:52.664Z (over 1 year ago)
- Language: JavaScript
- Size: 478 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MC Verify
## Description
基于 [Nest](https://github.com/nestjs/nest) 的MC正版账号杭助绑定验证服务
## Installation
```bash
pnpm install
```
## Running the app
```bash
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod
```