djLint/docs
semantic-release-bot aa2ea6e4b5 chore(release): 1.19.13 [skip ci]
## [1.19.13](https://github.com/Riverside-Healthcare/djLint/compare/v1.19.12...v1.19.13) (2023-01-23)

### Bug Fixes

* **handlebars each:** fixed bug in handlebars tags w/ trailing pipe ([9d42baf](9d42baf626)), closes [#529](https://github.com/Riverside-Healthcare/djLint/issues/529)
2023-01-23 20:31:12 +00:00
..
src chore(release): 1.19.13 [skip ci] 2023-01-23 20:31:12 +00:00
.eleventy.js fix(handlebars each): fixed bug in handlebars tags w/ trailing pipe 2023-01-23 11:09:31 -06:00
.eleventyignore updated docs 2022-01-03 16:45:58 -06:00
.prettierignore reformatted 2022-01-24 09:03:25 -06:00
.prettierrc reformatted 2022-01-24 09:03:25 -06:00
package-lock.json chore(deps) Update all non-major dependencies 2023-01-23 10:26:03 +00:00
package.json chore(deps) Update all non-major dependencies 2023-01-23 10:26:03 +00:00
readme.md docs(demo): fixed unicode issue, added readme and misc updates 2022-11-23 11:11:53 +01:00

djLint Docs

Docs are made with 11ty.

Running the docs website locally

  1. change into the docs dir. cd docs
  2. install node deps. npm install
  3. turn on the website. npm start

How the demo works

The demo is running python as a webworker in web assembly from pyodide.

When the page is access a webworker starts, downloads python, installs djLint and deps (notice the wheels in /src/static/py that are updated when a new release is created.).

Once the worker responds "ready" the web UI is shown.