Skip to content

Commit

Permalink
split extensions out and rework website
Browse files Browse the repository at this point in the history
  • Loading branch information
1cg committed Mar 1, 2024
1 parent 249c270 commit 6fed3a4
Show file tree
Hide file tree
Showing 235 changed files with 467 additions and 17,284 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# htmx-extensions
The officially supported extensions for htmx. We have plans to build out a library of 3P extensions as well.

If you want to run the tests, make sure to `npm install` first.
This is the extensions repository for htmx and includes the website found at https://extensions.htmx.org.

To run the tests in the CLI, use `npm test` (requires node 20)

To run the tests in your browser, open `test/index.html`
If you wish to add your own community extension, please create a PR against `/www/index.html` with a link to your
git repositories `README.md` file.
7 changes: 0 additions & 7 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
[build]
base = "www"
publish = "public"
command = "zola build"

[build.environment]
ZOLA_VERSION = "0.17.1"

[context.deploy-preview]
command = "zola build --base-url $DEPLOY_PRIME_URL"
Loading

0 comments on commit 6fed3a4

Please sign in to comment.