Skip to content

patrickgordon/client

 
 

Repository files navigation

pubg.sh-client

The client component of https://pubg.sh. See also pubgsh/api.

Overview

This app provides the front end, including telemetry event parsing and rendering a 2D replay on canvas with React.

Running

Requirements

  • Node version 8+
  • yarn

Configuration

  1. Create .env.local dotenv file in the root of the project and provide the following values:
  • REACT_APP_API (Where you have the companion)

Running

Simply run yarn start and create-react-app will launch the client app for you.

Testing

Run yarn test.

License

MIT

About

The client component of https://pubg.sh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.1%
  • CSS 20.7%
  • Other 1.2%