We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 033a36e commit fc60a2cCopy full SHA for fc60a2c
README.md
@@ -65,7 +65,10 @@ For tests install Node.js and run
65
66
$ npm install && npm test
67
68
-[](https://travis-ci.org/cburgmer/csscritic)
+To see CSS Critic testing its own UI run
69
+
70
+ $ python3 -m http.server
71
+ $ open http://localhost:8000/test/RegressionRunner.html
72
73
## Limitations
74
0 commit comments