The client component of https://pubg.sh. See also pubgsh/api.
This app provides the front end, including telemetry event parsing and rendering a 2D replay on canvas with React.
- bun
- Node v18+
- Create
.env.localdotenv file in the root of the project and provide the following values:
-
REACT_APP_API(Where you have the companion API app)Note: You can use
REACT_APP_API=https://api.pubg.shif you only want to run the client
- Install the dependencies by running
bun install.
Simply run bun start and create-react-app will launch the client app for you.
MIT