mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-16 21:40:24 +00:00
Bumps [qs](https://github.com/ljharb/qs) and [browser-sync](https://github.com/BrowserSync/browser-sync). These dependencies needed to be updated together. Updates `qs` from 6.2.3 to 6.11.0 - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.2.3...v6.11.0) Updates `browser-sync` from 2.27.10 to 2.27.11 - [Release notes](https://github.com/BrowserSync/browser-sync/releases) - [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md) - [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.27.10...v2.27.11) --- updated-dependencies: - dependency-name: qs dependency-type: indirect - dependency-name: browser-sync dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .. | ||
| 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.