carson d137db68d0 Merge branch 'master' into dev
# Conflicts:
#	www/docs.md
2022-02-16 14:04:30 -07:00
..
2022-02-05 17:14:20 -07:00
2022-02-04 10:42:23 -07:00
2022-02-07 06:27:59 -07:00
2022-02-09 21:37:04 -07:00
2022-02-13 20:51:14 -07:00
2022-02-05 17:00:16 -07:00
2021-11-21 06:44:20 -07:00
2020-06-26 07:39:30 -07:00
2021-05-25 09:35:36 -06:00
2022-02-13 20:49:09 -07:00
2022-02-16 14:04:30 -07:00
2022-02-16 14:04:30 -07:00
2022-02-04 11:16:59 -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.