基于 React 实现的 OpenDota 平台 Web 用户界面

OpenDota Web UI 是一个基于 React 框架构建的 Dota 2 数据可视化平台。用户可以通过该平台访问和分析 Dota 2 比赛数据。

平台搭建

  1. 克隆代码仓库:

    bash

    git clone --recurse-submodules git://github.com/odota/web

  2. 更新子模块 (如果仓库已存在):

    bash

    git submodule init && git submodule update

  3. 使用 Docker:

    bash

    docker-compose up

    访问 http://localhost:3000

  4. 不使用 Docker:

  5. 安装 Node.js (v6.0.0+)
  6. 参考官方文档完成后续安装和启动步骤
zip 文件大小:29.67MB