Well at first if you could, it would be enough to maintain a fork of the branch that interests you and use that to see it.
Regarding the database, you could use atlas if you wish, it is also a free option. However, it will not work quite well due to the limitations of the service, although if it is for development and testing it could work (although I recommend using it locally for that purpose)
There's a global footer...why no global header?
-
There's global footer and sidebar, but no header. Mayhaps there's a reason for that? I wanted to stick some stuff at the top of all pages.
-
Somewhat blocked by this: https://github.com/NodeBB/NodeBB/issues/1428
Basically, widgets are loaded post-load, so if its the header in this case, you get that ugly 0.1 seconds where the widget loads and then pushes all your content down by X pixels. Definitely plan to get that sorted out before the next version
-
Implemented in latest version of Lavender