nodebb-theme-care-of
v1.0.33
Published
Care Of theme for NodeBB
Maintainers
Readme
Care Of theme for NodeBB
Care Of theme for NodeBB
Building Local
NodeBB utilises Grunt, so building locally requires that the Grunt Cli is installed: https://github.com/gruntjs/grunt-cli
Within the NodeBB forum repo (not this repo) update the package.json to point the nodebb-theme-care-of pakage to the local theme directory e.g.
"nodebb-theme-care-of": "file:../care-of-theme",
Next install dependencies and rebuild the nodebb theme
npm install
./nodebb reset -t care-of
This will have built & installed the local theme onto the forum now we can run grunt to run the forum locally and be watching for any template/style changes locally.
NPM Package
The theme is installed on the live forum via the NPM package. https://www.npmjs.com/package/nodebb-theme-care-of
For changes to take effect we must publish a new version to the NPM package, not just pushing to the repo.
npm publish
