Josh McFarland 5e9f62b2aa
Verbiage correction. (#1137)
Fixes verbiage under "Data Only Events" in www/attributes/hx-sse.
2022-11-27 19:49:34 -06:00
..
2022-11-27 19:49:34 -06:00
2022-11-04 19:14:30 -06:00
2022-10-28 10:17:27 -06:00
2022-10-28 21:33:58 -06:00
2022-10-23 07:06:42 -06:00
2022-11-04 19:16:18 -06:00
2022-02-17 13:11:25 -07:00
2021-05-25 09:35:36 -06:00
2022-03-28 11:25:00 +01:00
2022-11-17 10:07:40 -07:00
2022-10-23 09:20:14 -06:00
2022-11-07 09:39:51 -07:00
2022-11-06 20:36:08 -06:00
2022-08-03 09:37:51 -06: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.