mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 07:21:05 +00:00

I mistakenly thought that I could mark a (third party) node with `hx-preserve` and it would be carried onto the next page, but this is not the case. This makes sense. I’ve tried to improve the documentation to reflect this, and make the behaviour clearer in general.
Running The Website Locally
The htmx.org website is built on eleventy. To run the site, 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.