mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-29 14:04:22 +00:00

* Minimize re-rendering of 'bulk update users' table And use ARIA to announce a summary of the bulk update. By using a checkbox input to represent the activation status, we don't need to re-render it when it's changed, because the checkbox itself manages that state. Re: #1431 * Improve screen reader pronunciation
Running The Website Locally
The htmx.org website is built with Zola. To run the site, install Zola; then, from the root of the repository:
cd www
zola serve
The site should then be available at http://localhost:1111