mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 05:21:18 +00:00
8 lines
225 B
Markdown
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> |