Currently the main branch is hosted at https://jasp-stats-modules.github.io/modules-app/ . And you can run the web app locally with pnpm install && pnpm scrape && pnpm build &&& pnpm server.
It would be nice if for a pull request you could visit that branch online somewhere without having run it yourself. This would help a reviewer to test the new feature more easily.
Currently the main branch is hosted at https://jasp-stats-modules.github.io/modules-app/ . And you can run the web app locally with
pnpm install && pnpm scrape && pnpm build &&& pnpm server.It would be nice if for a pull request you could visit that branch online somewhere without having run it yourself. This would help a reviewer to test the new feature more easily.