Peter Amiri 7c9e76e509
Add CFWheels TODO example to the list (#941)
* Add CFWheels TODO example to the list

* Update server-examples.md
2022-06-15 17:18:29 -06:00
..
2022-05-26 17:02:59 -06:00
2022-05-27 08:57:34 -06:00
2022-03-02 08:52:04 -07:00
2022-03-01 11:00:45 +00:00
2022-02-22 06:24:01 -07: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-05-27 12:18:06 -06: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.