nodebb-theme-care-of

Care Of theme for NodeBB ====================

Usage no npm install needed!

<script type="module">
  import nodebbThemeCareOf from 'https://cdn.skypack.dev/nodebb-theme-care-of';
</script>

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

Addons

Recent Cards