Skip to content

Latest commit

 

History

History
executable file
·
26 lines (18 loc) · 1.3 KB

File metadata and controls

executable file
·
26 lines (18 loc) · 1.3 KB

MTGATracker: Inspector

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.)

Getting started

Running Inspector locally:

  1. Get dependencies: npm install .
  2. Start the local server gulp dev
  3. 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.

Credits, License

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.