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 a368aaa commit 2c676f0Copy full SHA for 2c676f0
readme.md
@@ -155,12 +155,14 @@ If you would like to contribute, here are some notes and guidlines.
155
156
157
### Development
158
-
159
-1. Forking on GitHub
160
-2. run ```$ npm install```
161
-3. run ```$ bundle install --path vendor/bundle```
162
-4. run ```$ gulp serve```
163
-5. Access URL http://localhost:3000
+1. run ```$ sudo yum install nodejs npm```
+2. run ```$ sudo npm install --global gulp-cli```
+3. Forking on GitHub
+4. run ```$ cd /path/to/flexbox-grid-mixins```
+5. run ```$ npm install```
+6. run ```$ bundle install --path vendor/bundle```
164
+7. run ```$ gulp serve```
165
+8. Access URL http://localhost:3000
166
167
## Changelog
168
0 commit comments