Run npm install
to install dev dependencies
Start the dev server:
docker run --rm -it -v $(pwd):/src -p 1313:1313 klakegg/hugo:0.91.0 serve
Compile Tailwind styles as files are changed:
node npx tailwindcss -i ./src/css/styles.css -o ./static/css/styles.css --watch
Compile CSS:
node npx tailwindcss -i ./src/css/styles.css -o ./static/css/styles.css --minify