Based on Jekyll Starter Tailwind.
A starter kit for using Tailwind with Jekyll that includes:
A Jekyll blog theme
A Gulpfile that does the following:
purge optionbundle install to install Ruby gemsnpm ci to install npm packages listed in package-lock.jsonnpm run start or npm run dev to compile the site with development settings and run BrowserSyncnpm run build:dev to compile the site with development settingsnpm run build:production or npm run build to compile the site for productionYou can deploy your site to netlify.
Note: By default, Netlify uses jekyll build as the build command. The included netlify.toml file will override it to use npm run build.