Michael Kennedy b2d25a78b1
Add Sergi's jinja_fragments package to Python list (#1035)
* Add Sergi's jinja_fragments package to Python list

* That's jinja2-fragments package
2022-09-09 17:01:44 -06:00
..
2022-09-06 07:05:19 -06:00
2022-07-12 13:06:30 -06:00
2022-08-03 09:37:51 -06:00
2022-07-11 18:18:40 -06:00
2022-07-12 13:04:51 -06:00
2022-07-11 18:18:40 -06:00
2022-02-17 13:11:25 -07:00
2021-05-25 09:35:36 -06:00
2022-03-28 11:25:00 +01:00
2022-08-10 12:08:33 -06:00
2022-08-03 09:37:51 -06:00
2022-07-12 13:06:30 -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.