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
The site is hosted on GitHub Pages. Pushing to the main branch triggers an automatic deployment — no manual steps required.