Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 435 Bytes

File metadata and controls

26 lines (14 loc) · 435 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

or make it available on local network

bundle exec jekyll serve --host=0.0.0.0 --watch