Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 514 Bytes

File metadata and controls

26 lines (14 loc) · 514 Bytes

Installation

Prerequisites

bundle install
npm install

Tailwind

Generate the CSS every time styles on input.css change

npx @tailwindcss/cli -i ./css/input.css -o css/theme.css

Local Test

Generate documentation for the Apple Help system

./jekyllapple.sh

Run the site

bundle exec jekyll serve --watch

Deploy

The site is hosted on GitHub Pages. Pushing to the main branch triggers an automatic deployment — no manual steps required.