bundle install
npm install
Generate the CSS every time styles on input.css change
npx @tailwindcss/cli -i ./css/input.css -o css/theme.css
./jekyllapple.sh
bundle exec jekyll serve --watch
or make it available on local network
bundle exec jekyll serve --host=0.0.0.0 --watch