Used to style Nginx [fancy-index] pages.
To run in development:
npm install
npm run dev # Compiles tailwind and watches for changesand open index.html in your browser.
Deploying is done by running build.sh. This will populate the
theme folder, which sadserver can then copy into the nginx configuration.
The csplit command in build.sh is there because nginx expects a header.html
and a footer.html, which wraps the actual content of the page.