Immediately after switching the page, it will work with CSR.
Please reload your browser to see how it works.
All these little optimisations... just aren't going to work well in a browser. I mean, I can already see that alpine (an extremely lightweight VM that I've had boot instantly with vagrant and other such stuff) is slow here. It's a cool hack. I just prefer things to be practical...
Here are a few things I encountered which might probably help others:
# Version mismatch:
The install version of node.js I had (v12.22.9) was too old to meet the project's requirements (>= 18.13).
To fix that, I used nvm to install the right Node.js version (>18.0) # Version check before install: Used the following to check version to verify before proceeding ahead with building it:
node -v
npm -v
It ran successfully, and I've been playing around with built-in Python3 and C scripts and pushed the modified repo to my personal GitHub. Thank you, dev!