djLint/docs
2023-01-05 13:03:40 -06:00
..
src Merge pull request #506 from Riverside-Healthcare/dependabot/npm_and_yarn/json5-1.0.2 2023-01-05 13:02:50 -06:00
.eleventy.js updated demo 2022-12-16 09:22:11 -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): bump json5 from 1.0.1 to 1.0.2 in /docs 2023-01-04 15:46:21 +00:00
package.json chore(deps) Update dependency esbuild to v0.16.12 2023-01-02 10:33:36 +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.