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.
- Node version 8+
- yarn
- Create
.env.local
dotenv file in the root of the project and provide the following values:
REACT_APP_API
(Where you have the companion)
- Install the dependencies by running
yarn install
.
Simply run yarn start
and create-react-app will launch the client app for you.
Run yarn test
.
MIT