mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-17 05:50:24 +00:00
## [1.19.9](https://github.com/Riverside-Healthcare/djLint/compare/v1.19.8...v1.19.9) (2022-12-16) ### Bug Fixes * **stdin --check:** stdin with the --check flag should return a formatted output ([ |
||
|---|---|---|
| .. | ||
| src | ||
| .eleventy.js | ||
| .eleventyignore | ||
| .prettierignore | ||
| .prettierrc | ||
| package-lock.json | ||
| package.json | ||
| readme.md | ||
djLint Docs
Docs are made with 11ty.
Running the docs website locally
- change into the docs dir.
cd docs - install node deps.
npm install - 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.