Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 346 Bytes

File metadata and controls

22 lines (12 loc) · 346 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