Update README.md

This commit is contained in:
Mark Macneil 2019-08-23 22:54:17 -03:00 committed by GitHub
parent bebc987073
commit 3352e1b232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,3 +12,6 @@ View the [demo here](https://mmacneil.github.io/devfolio/).
3. Use webpack to compile and bundle the css/js by running `npm run build` from the project folder root containing `webpack.config.js`. Webpack will also begin watching these files for changes and re-build as they're modified. 3. Use webpack to compile and bundle the css/js by running `npm run build` from the project folder root containing `webpack.config.js`. Webpack will also begin watching these files for changes and re-build as they're modified.
<pre> <pre>
<code>src\>npm run build</code></pre> <code>src\>npm run build</code></pre>
4. Open `index.html` locally in your favorite browser.
5. Modify accordingly - styles, colors &andvariables can be changed in `styles.scss`. Refer to the Bulma docs for guidance on how to quickly customize Bulma using [color helpers](https://bulma.io/documentation/modifiers/color-helpers/ and [variables](https://bulma.io/documentation/customize/variables/).