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

* 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!)
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.