How do you actually work on a theme?
-
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 insidenode_modules
. Use grunt to automatically rebuild and restart as you modify files.
Copyright © 2024 NodeBB | Contributors