Skip to content

Chenyu550/KainSR

 
 

Repository files navigation

支持 config.json 配置导入,支持2.4.5X

Fork of https://github.com/AzenKain/KainSR

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

安装

# 前提步骤
$ npm install

1. 自动运行:

$ 双击文件 run.bat 即可一键运行

首次启动会花费较长时间进行编译,待提示Server listening on port 23301时说明启动完成

注意,主角可能要进战斗以后才会显示

2. 手动运行:

2.1 流量代理

$ 您需要运行 FireFly.Proxy.v2 中的 FireflySR.Tool.Proxy.exe

2.2 运行应用

# development
$ npm run start

# watch mode 
$ npm run start:dev 

# production mode
$ npm run start:prod

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.5%
  • Other 0.5%