01 Middleman Setup
Setup, development and build: See README.md in the project root.
Platform-specific
macOS
- Xcode Command Line Tools are required for Middleman/Bundler (checked by
npm run install:middleman). - Ruby 3.2.x via rbenv:
rbenv install 3.2.8 && rbenv local 3.2.8
Windows
- Ruby: rubyinstaller.org + Dev Kit
- Node.js: nodejs.org (≥ 20)