From 3352e1b23265ec5bfdb01aa95d2d26fa639411e2 Mon Sep 17 00:00:00 2001 From: Mark Macneil Date: Fri, 23 Aug 2019 22:54:17 -0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bb45b09..607a1f2 100644 --- a/README.md +++ b/README.md @@ -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.
  src\>npm run build
+ 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/). +