An online demo of Stylelint.
npm install
npm run dev
http://localhost:5174/
npm install
npm run build
./dist/
npm install
npm run build:lib
./dist/
This demo works by calling Stylelint in a Node.js process launched inside the browser using WebContainers.
It is deployed to Netlify.