-
First, install the node modules in the
jstoolchainfolder:cd jstoolchain (npm|pnpm|yarn) install
-
Run the Tailwind toolchain:
cd jstoolchain (npm run|yarn|pnpm) tailwind-(watch|build)
-
Check out the
Makefileto either run the flask app viamakeor manually:make # or export FLASK_DEBUG=1 && flask run
This should output a file called output.css in your static folder. This is the file referenced in your index.html file.