htmx/www/README.md
2021-05-17 11:01:11 -06:00

8 lines
225 B
Markdown

## Running The Website Locally
The htmx.org website is built on [eleventy](https://www.11ty.dev/). To run the site, run
* `npm install`
* `npx eleventy --serve`
The site should then be available at <http://localhost:8080>