From 49ea530a60ed3ea86e7ac19195abd3cb5935ed26 Mon Sep 17 00:00:00 2001 From: Mark Macneil Date: Fri, 23 Aug 2019 22:35:45 -0300 Subject: [PATCH 01/10] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3efa367..7869b18 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,9 @@ A simple, responsive, single-page portfolio for developers built with Bulma, Sass and Font Awesome. [Demo here](https://mmacneil.github.io/devfolio/) + +## Setup + +1. Clone or fork this repository. +2. Install required dependencies from your terminal by running `npm install` from the project folder root containing `package.json`. + devfolio\src/> npm install From 4c7e82835ddedf90c4721d4303011548978f3059 Mon Sep 17 00:00:00 2001 From: Mark Macneil Date: Fri, 23 Aug 2019 22:36:24 -0300 Subject: [PATCH 02/10] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7869b18..12f92fb 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,6 @@ A simple, responsive, single-page portfolio for developers built with Bulma, Sas 1. Clone or fork this repository. 2. Install required dependencies from your terminal by running `npm install` from the project folder root containing `package.json`. - devfolio\src/> npm install +
+ devfolio\src/> npm install
+ 
From 135e5869f8a4a69ea80e220032ee4707f1b58072 Mon Sep 17 00:00:00 2001 From: Mark Macneil Date: Fri, 23 Aug 2019 22:37:08 -0300 Subject: [PATCH 03/10] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 12f92fb..6734a2d 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,4 @@ A simple, responsive, single-page portfolio for developers built with Bulma, Sas 1. Clone or fork this repository. 2. Install required dependencies from your terminal by running `npm install` from the project folder root containing `package.json`.
- devfolio\src/> npm install
- 
+ devfolio\src\>npm install From 9d96d515da80e7ba5865c4f8a96ed1da8f86f8ab Mon Sep 17 00:00:00 2001 From: Mark Macneil Date: Fri, 23 Aug 2019 22:41:00 -0300 Subject: [PATCH 04/10] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6734a2d..97049b4 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # devfolio A simple, responsive, single-page portfolio for developers built with Bulma, Sass and Font Awesome. -[Demo here](https://mmacneil.github.io/devfolio/) +View the [demo here](https://mmacneil.github.io/devfolio/). ## Setup 1. Clone or fork this repository. 2. Install required dependencies from your terminal by running `npm install` from the project folder root containing `package.json`.
- devfolio\src\>npm install
+ src\>npm install From bebc9870734f535a0181ba00fcc2716c2df4ec79 Mon Sep 17 00:00:00 2001 From: Mark Macneil Date: Fri, 23 Aug 2019 22:47:33 -0300 Subject: [PATCH 05/10] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 97049b4..bb45b09 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,6 @@ View the [demo here](https://mmacneil.github.io/devfolio/). 2. Install required dependencies from your terminal by running `npm install` from the project folder root containing `package.json`.
  src\>npm install
+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
From 3352e1b23265ec5bfdb01aa95d2d26fa639411e2 Mon Sep 17 00:00:00 2001 From: Mark Macneil Date: Fri, 23 Aug 2019 22:54:17 -0300 Subject: [PATCH 06/10] 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/). + From eba44681df9fda93cfb82eeaa62e2d0d4218fee7 Mon Sep 17 00:00:00 2001 From: Mark Macneil Date: Fri, 23 Aug 2019 22:55:12 -0300 Subject: [PATCH 07/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 607a1f2..329d653 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,5 @@ View the [demo here](https://mmacneil.github.io/devfolio/).
  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/). + 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/) From df6a6f9b3062cb82d4d4f4b83c46201eebee122e Mon Sep 17 00:00:00 2001 From: Mark Macneil Date: Fri, 23 Aug 2019 22:55:33 -0300 Subject: [PATCH 08/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 329d653..3639d84 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,5 @@ View the [demo here](https://mmacneil.github.io/devfolio/).
  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/) + 5. Modify accordingly - styles, colors and variables 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/) From ee25077e70f2d35ce2b9d76772d25cfbebb05919 Mon Sep 17 00:00:00 2001 From: Mark Macneil Date: Fri, 23 Aug 2019 22:56:30 -0300 Subject: [PATCH 09/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3639d84..4189522 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,5 @@ View the [demo here](https://mmacneil.github.io/devfolio/).
  src\>npm run build
4. Open `index.html` locally in your favorite browser. - 5. Modify accordingly - styles, colors and variables 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/) + 5. Modify accordingly - styles, colors and variables can be changed in `styles.scss`. Refer to the Bulma docs for guidance on how to quickly customize further to suit your tastes using [color helpers](https://bulma.io/documentation/modifiers/color-helpers/) and [variables](https://bulma.io/documentation/customize/variables/) From 0556c50da8b826dede370e5675230aec02f3aba6 Mon Sep 17 00:00:00 2001 From: Mark Macneil Date: Fri, 23 Aug 2019 22:57:25 -0300 Subject: [PATCH 10/10] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4189522..09400d3 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,8 @@ View the [demo here](https://mmacneil.github.io/devfolio/).
  src\>npm run build
4. Open `index.html` locally in your favorite browser. - 5. Modify accordingly - styles, colors and variables can be changed in `styles.scss`. Refer to the Bulma docs for guidance on how to quickly customize further to suit your tastes using [color helpers](https://bulma.io/documentation/modifiers/color-helpers/) and [variables](https://bulma.io/documentation/customize/variables/) + 5. Modify accordingly - styles, colors and variables can be changed in `styles.scss`. Refer to the Bulma docs for guidance on how to quickly customize further to suit your tastes using [color helpers](https://bulma.io/documentation/modifiers/color-helpers/) and [variables](https://bulma.io/documentation/customize/variables/). + + ## Contact + markmacneil@gmail.com