Install discourse_theme.
Configure.
Sync with remote discourse site:
discourse_theme watch .
Tailwind CSS is used for customized styling.
First, install the tools: npm i
To make changes, edit global.css
Then "build" the discourse theme: npm run tailwind:dev
.