carson 3d93251acd improve demo code:
* load htmx and hyperscript after mock-request, so you can use `init` and `load` correctly
* disable all disableable elements while the demo environment is loading
* support a `delay` attribute on templates to specify a delay
* merged @dz4k's excellent simplification to the eval code
2022-02-19 12:20:48 -07:00
..
2022-02-07 06:27:59 -07:00
2021-03-12 23:36:58 +02:00
2022-02-09 21:37:04 -07:00
2022-02-19 12:20:48 -07:00
2021-11-22 09:11:01 -07:00
2021-11-21 06:44:20 -07:00
2022-02-17 13:11:25 -07:00
2021-05-25 09:35:36 -06:00
2022-02-17 13:29:01 -07:00
2021-09-02 00:05:02 -03:00
2022-02-13 10:11:31 -07:00
2022-02-09 21:37:04 -07: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.