You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2023. It is now read-only.
Cool project! It was fun to learn I have a fellow Nim enthusiast nearby!
Any thoughts about dropping the node dependency? It looks like it's used for:
building a small amount of SASS
getting 3 JS deps (network, dom stuff, and highlight) and bundling them.
Usage of both the JS and SASS is minimal so it would be pretty easy to remove them with CSS (or use the nim sass compiler package) and Nim compiled to JS (with a version of the highlight js just included in the repo or linking to a CDN).
Cool project! It was fun to learn I have a fellow Nim enthusiast nearby!
Any thoughts about dropping the node dependency? It looks like it's used for:
Usage of both the JS and SASS is minimal so it would be pretty easy to remove them with CSS (or use the nim sass compiler package) and Nim compiled to JS (with a version of the highlight js just included in the repo or linking to a CDN).