Repo template for Hugo + Tailwind projects at Bale Studio
# Install hugo
brew install hugo
# start the tailwind build watch server
npm run t
# start the hugo preview server
npm run h
# Build front-end for production
hugo -D
# (by this time, the tailwind dependencies are already built)
MIT