Starter kit for static sites on nanoc with TailwindCSS styling.
It is assumed you already have Ruby present.
make setup
One-time processing with optimizations.
make build
Starts in foreground, live reloads HTML and CSS changes.
make dev
open http://localhost:3000/
curl -s https://api.github.com/repos/arkency/nanoc-tailwind-starter/releases/latest |\
grep tarball_url |\
cut -d'"' -f4 |\
xargs -n 1 curl -sSL |\
tar -xz --strip-components=1