mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-30 14:31:47 +00:00

* Introduce consistent footer for all pages. In initial version contains haiku and links from menu. Remove column left padding for first column in row. * Remove nav class from top navbar in examples as it makes navbar inconsistent between different screens. * Experiment with bss bars Co-authored-by: Marek Romanowski <tunguskii@gmail.com>
Running The Website Locally
The htmx.org website is built on eleventy. To run the site, use node 15 and run:
npm install
npx eleventy --serve
The site should then be available at http://localhost:8080
macOS 64-bit users may need to run npm rebuild node-sass
to get the documentation site working.