Skip to content

Mouvedia/stylelint-demo

 
 

Repository files navigation

stylelint-demo

Build Status Netlify 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.

About

The online demo on the Stylelint website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.6%
  • JavaScript 7.2%
  • CSS 7.0%
  • HTML 2.2%