Adam Johnson 4b572b8e3d
Clarify hx-preserve docs (#798)
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.
2022-02-04 10:51:05 -07:00
..
2022-01-16 17:40:36 -07:00
2021-03-12 23:36:58 +02:00
2021-12-28 08:48:41 -07:00
2021-11-22 09:11:01 -07:00
2021-11-21 06:44:20 -07:00
2020-06-26 07:39:30 -07:00
2021-05-25 09:35:36 -06:00
2022-01-16 10:40:42 -07:00
2021-11-21 06:36:03 -07:00
2021-09-02 00:05:02 -03:00
2021-11-21 06:17:07 -07:00
2021-11-22 02:36:29 -07:00
2022-01-14 07:11:55 +00:00

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.