Apex统计追踪器 要求 Sign in to https://tracker.gg/developers and get API key. Create a config.env file on server/config, and put the following parameters: >PORT=8000 >API_KEY=your api key >API_URL=https://public-api.tracker.gg/v2/apex/standard 快速开始 ># install dependencies cd client -> npm install cd server