Ben Croker 42dcebde2d
Readability suggestions and typo fixes (#1143)
* Readability suggestions and typo fixes

I stumbled upon this essay and, on reading it, added a few readability suggestions and typo fixes. I also added some a React component example, to help demonstrate how hypermedia is emphasized over the scripting of the hypermedia in the hyperscript example.

* Revert modified quote (whoops!)
2022-11-27 19:49:15 -06:00
..
2022-11-09 10:29:01 -07: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.