2023-03-31 12:40:08 -06:00
..
2022-12-03 17:01:43 -06:00
2023-03-31 06:44:01 -06:00
2023-03-15 15:43:49 -06:00
2023-03-30 10:48:02 -06:00
2023-03-31 12:40:08 -06:00
2022-10-28 21:33:58 -06:00
2023-01-28 14:28:54 -07:00
2023-03-31 12:38:20 -06:00
2023-03-02 16:46:48 -07:00
2023-03-31 12:38:20 -06:00
2022-02-17 13:11:25 -07:00
2023-03-01 12:02:01 -07:00
2023-03-31 12:37:01 -06:00
2023-01-29 09:27:25 -07:00
2023-03-31 07:07:34 -06:00
2023-03-31 06:44:01 -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.