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 654c75e commit f6e1244Copy full SHA for f6e1244
README.md
@@ -226,13 +226,11 @@ See Flexbox Grid Mixins documentation: [http://thingsym.github.io/flexbox-grid-m
226
## Development
227
228
1. run ```$ sudo yum install nodejs npm```
229
-2. run ```$ sudo npm install --global gulp-cli```
230
-3. run ```$ sudo npm install --global npm-check-updates``` (optional)
231
-4. Forking on GitHub
232
-5. run ```$ cd /path/to/flexbox-grid-mixins```
233
-6. run ```$ npm install```
234
-7. run ```$ gulp serve```
235
-8. Access URL http://localhost:3000
+2. Forking on GitHub
+3. run ```$ cd /path/to/flexbox-grid-mixins```
+4. run ```$ npm install```
+5. run ```$ npm run serve```
+6. Access URL http://localhost:3000
236
237
## Contribution
238
0 commit comments