Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 687 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 687 Bytes

PGM-MultiLoc

A tool to visualize coverage of multiple instances of PokemonGo-Map

Run It

Install Locally

  • Clone the repository locally
  • Edit the default values in src/scripts/config.ts per your preferences
  • Run npm install
  • Open docs\index.html in your browser.

Developing

  • Run npm run watch.
  • Changes will be watched by gulp and rebuilt as you save changes.