Carson Gross c585ec3f03 edits
2023-01-29 08:27:57 -07:00
..
2022-12-03 17:01:43 -06:00
2023-01-29 08:27:57 -07:00
2023-01-17 14:24:33 -06:00
2023-01-17 13:07:15 -07:00
2022-10-28 21:33:58 -06:00
2023-01-28 14:28:54 -07:00
2023-01-17 15:12:35 -07:00
2023-01-17 15:50:10 -07:00
2023-01-17 15:57:31 -07:00
2022-02-17 13:11:25 -07:00
2021-05-25 09:35:36 -06:00
2023-01-17 15:48:10 -07:00
2022-10-23 09:20:14 -06:00
2022-12-01 08:05:32 -07:00
2022-12-03 16:56:15 -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.