In 2020-2021 years I tried NodeBB for the first time, it seems then it was the ~1.5 version of the forum and I remember exactly what I fell in love with at first sight - the navigator in the header π
F88C54E1-721F-4EB9-97E5-5D2550CF28D2.jpeg
Hi I'm working as a community designer and I'm curious to implement a theme with nodebb.
I'm struggling with the actual workflow for theme development though. My understanding so far: the theme needs to be on the server in nodebb/node_modules
, I need to push changes to the server, and then I need to rebuild and restart the forum to see effects.
So I hope I'm missing something and there's a more fluid setup to actually work on a theme?
You can run NodeBB locally. npm link
your theme module instead of developing directly inside node_modules
. Use grunt to automatically rebuild and restart as you modify files.