Skip to content

CS职业选手Faceit平台天梯对局跟踪器。A CS professional player's Faceit platform ranked match tracker.

License

Notifications You must be signed in to change notification settings

zjssun/ElitePlayTracker-React

Repository files navigation

Elite Play Tracker

Elite Play Tracker 是一个跟踪CS2职业选手(目前都是职业选手)在Faceit平台上每一场对局的部分数据的web项目,对局数据由它的后端ElitePlay-Tracker-Express提供。
Elite Play Tracker is a web project that tracks partial data from every Faceit match played by CS2 pros (currently all pros), provided by its backend, ElitePlay-Tracker-Express.

Screenshot of Elite Play Tracker

部署到本地 (Deploy to Local)

  1. 克隆仓库 Clone Repo
git clone https://github.com/zjssun/ElitePlayTracker-React.git
  1. 安装依赖 Install Dependencies
npm install
  1. 修改/src/utils/api.ts文件 Modify the api.ts file
axios.defaults.baseURL = 'http://localhost:3000';//修改为你的后端地址 change to your backend address
  1. 启动项目 Start Project
npm run dev

About

CS职业选手Faceit平台天梯对局跟踪器。A CS professional player's Faceit platform ranked match tracker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published