Skip to content

stylelint/stylelint-demo

Repository files navigation

stylelint-demo

Build Status

An online demo of Stylelint.

Development

  • npm install
  • npm run dev
  • Go to http://localhost:5174/

Build static files

  • npm install
  • npm run build
  • Output ./dist/

Build lib

  • npm install
  • npm run build:lib
  • Output ./dist/

About

This demo works by calling Stylelint in a Node.js process launched inside the browser using WebContainers.

It is deployed to Netlify.