Notes for the FAQ

I like the tool, but after spending 20 mins trying to figure out why Leaflet wouldn’t load, I found the “blocked” warning in my inspector… Maybe someone can tighten up and clarify my draft below.

Q - How do I add a package?
A - Front end packages (Bootstrap, LeafletJS) get added via CDN by linking to your index.html file.
Adding packages via package.json is slightly confusing since you can’t find a path to link to in HyperDev. But, if you download and run npm install, you’ll have your packages in the node_modules path.

Q - Why can’t I link to my favorite http CDN library?
A - CDN source must be https or they will be blocked.

A simple demo of Bootstrap 3 and LeafletSJ, https://tree-puma.hyperdev.space