We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3988814 commit 056029dCopy full SHA for 056029d
Readme.md
@@ -72,13 +72,13 @@ to be continued....
72
Run the automated test cases:
73
74
```bash
75
- $ make test
+ $ npm test
76
```
77
78
For visual testing run the test server:
79
80
81
- $ make test-server
+ $ npm run-script test-server
82
83
84
Then visit `localhost:3000` in your browser.
index.styl
@@ -1,2 +1 @@
1
-
2
@import 'lib/nib/'
0 commit comments