We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6be2a9 commit 78697a1Copy full SHA for 78697a1
README.md
@@ -45,7 +45,7 @@ mime.get('/land/park.rctycoon'); // => "cms/game"
45
mime.get('maps/city.simcity'); // => "cms/game"
46
```
47
48
-CLIENT
+CLI
49
---------
50
51
`npm install -g mimer` (it may require Root privileges)
@@ -59,20 +59,14 @@ DEVELOPING
59
----------
60
61
```CLI
62
-$ make install
63
-$ make test
+$ npm i
+$ npm test
64
65
66
Build web version with:
67
68
69
-$ make build
70
-```
71
-
72
-If you'd like to test the full process including npm installer, just run:
73
74
-```CLI
75
-$ make fulltest
+$ npm run build
76
77
78
## Release notes
0 commit comments