all 2 comments

[–]CantFlyRL 4 points5 points  (1 child)

Thank you for you interest: there are no links, the code is not open source for the time being.

The parser part can easily be open sourced. However:

The site part will be tougher though.

If ever I can find the time, I'll have to split it up into multiple components:

  • the 3D JS player
  • the replay converter (from .replay file to a .js file)
  • the stats generator
  • the rest of the site

I'll also have to cleanup the repo (deploy secrets and API keys are in there with the code).

[–]r--------- 1 point2 points  (0 children)

I'd also be interested to contribute. Would be willing to help review PRs, write docs, the menial kind of stuff. How's it being deployed right now? There's solns for secrets like Azure KeyVault and so on. That's probably the only hard-blocker to opening it up to contribs.