Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 347 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 347 Bytes

mod-tool

这是一个把 基于《群侠传, 启动》框架制作的相关mod 上传至Steam创意工坊的工具。

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux