makasaurus 8a7228c02a
adding support for hx-trigger="restore" (#668)
* adding support for hx-trigger="restore"

* switching over to an extension + docs + tests

Co-authored-by: 1cg <469183+1cg@users.noreply.github.com>
2022-02-04 11:09:18 -07:00
..
2022-02-04 10:42:23 -07:00
2022-01-16 17:40:36 -07: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-02-04 11:00:24 -07:00
2021-11-23 13:40:38 -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, 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.