Tooling Report Checklist
Overview
It should be the case that you can open a game's dist/index.html anywhere:
git clone https://github.com/JoshuaKGoldberg/ChooseYourFramework
cd ChooseYourFramework
yarn hydrate
yarn dist
open dist/index.html
...but, alas, that is not yet the case. Let's fix up those paths. Any change to href/src/etc. paths from https://github.com/JoshuaKGoldberg/ChooseYourFramework/blob/0a18b19632b5f321e990748ce8ddb9b5588e005f/fix-index-for-vercel.js#L18 should be incorporated into shenanigans-manager.
Additional Info
Consider this split out of #311.
Tooling Report Checklist
mainbranch of the repository.Overview
It should be the case that you can open a game's
dist/index.htmlanywhere:git clone https://github.com/JoshuaKGoldberg/ChooseYourFramework cd ChooseYourFramework yarn hydrate yarn dist open dist/index.html...but, alas, that is not yet the case. Let's fix up those paths. Any change to href/src/etc. paths from https://github.com/JoshuaKGoldberg/ChooseYourFramework/blob/0a18b19632b5f321e990748ce8ddb9b5588e005f/fix-index-for-vercel.js#L18 should be incorporated into
shenanigans-manager.Additional Info
Consider this split out of #311.