This is a Jekyll + Tailwind CSS static site (Amalgam Capital corporate website). No backend, database, or Docker required.
vendor/bundle via bundle installnpm installnpm run build-css-prod (one-shot) or npm run build-css (watch mode)bundle exec jekyll serve --host 0.0.0.0 --port 4000http://localhost:4000vendor/bundle) since the system gem directory is not writable. The update script sets this via bundle config set --local path 'vendor/bundle'.jekyll-seo-tag via `` in _layouts/default.html. Page descriptions come from description in front matter.
npm run build-css-prod. The compiled output at assets/css/main.css is what the site uses (no CDN).htmlproofer but it is not in the Gemfile.npm run build-css-prod && bundle exec jekyll build. Success = zero exit code.readme.md in the repo root.