MTGATracker: Inspector data is now stored 100% locally on user machines. The code for this project has relocated into the mtgatracker/mtgatracker project.
MTGATracker: Inspector is a web-based companion app for MTGATracker.
The code in the mtgatracker/mtgatracker-inspector repository drives the development / staging instance of Inspector; once code is merged there, it must also be merged into the shawkinsl/mtgatracker-inspector repo to hit the production instance. (Why? Because shawkinsl/mtgatracker-inspector was around first, and it would likely be a downtime-required change to swap it.)
Running Inspector locally:
- Get dependencies:
npm install .
- Start the local server
gulp dev
- Make code edits, gulp automatically reloads on save
Note that babel takes 30-60s to transpile and pack the app's js. Be patient, and generally wait for the second "Finished 'dev' after 55ms..." output after changing source files.
Inspector is based off of the incredible SB Admin 2 Bootstrap Theme Copyright 2018 MTGATracker. All open-source MTGATracker projects are licensed under the MIT License.