An online demo of stylelint.
npm install
npm run start:dev
- Go to
http://localhost:8080
Or view the live version at https://stylelint-demo.herokuapp.com/.
It consists of two parts:
-
A web server that accepts
code
andconfig
parameters, passes them to stylelint and then responds with stylelint's output. -
A frontend for creating
code
andconfig
blocks, and rendering server responses.
Commits to master
will be tested by Travis. Successful builds will automatically be deployed to https://stylelint-demo.herokuapp.com/.