Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.61 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.61 KB

博弈之城

Stars Badge Forks Badge Pull Requests Badge Issues Badge GitHub contributors License Badge

此仓库的代码部署在 www.jokergame.top 域名下。

开发

此站点基于 Vitepress 构建

本地调试

如下本地调试,请根据你的运行环境安装 Node.js,并进行如下操作:

# 克隆本仓库
git clone https://github.com/vilenice/jokergame.git

# 进入仓库根目录
cd jokergame

# 安装依赖
npm install

执行完上述操作,即可进行本地调试:

npm run docs:dev

贡献者