From 32ab17d46a4a11851dafc0525adf2f27df08054b Mon Sep 17 00:00:00 2001 From: Mike Kamermans Date: Sat, 2 Apr 2016 12:38:13 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b6047dfb..087f6dbf 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,15 @@ -Dev instance of the rewrite for https://Pomax.github.io/bezierinfo +Dev repository for https://Pomax.github.io/bezierinfo -- Run dev version: `npm start`, view in the browser on http://localhost:8080 -- Compile for production: `npm run build`. -- Repository during development: https://github.com/Pomax/BezierInfo-2 -- Live version during development: https://Pomax.github.io/BezierInfo-2 +- To run this dev version: `npm start`, then view in the browser on http://localhost:8080 +- To compile for production: `npm run build`. -Blog entry on how Webpack's sync processing and MathJAx's async processing work together anyway: http://pomax.github.io/1451617530567/react-with-latex-without-needing-client-side-mathjax +- Dev repository: https://github.com/Pomax/BezierInfo-2 +- Dev preview: https://Pomax.github.io/BezierInfo-2 + +- Live repository: https://github.com/Pomax/BezierInfo +- Live site: https://Pomax.github.io/BezierInfo + +Blog entry on how Webpack's sync processing and MathJAx's async processing were +made to work together: + +http://pomax.github.io/1451617530567/react-with-latex-without-needing-client-side-mathjax From 557b97e60cf2e92bc00c4c4f46a34015b2494e93 Mon Sep 17 00:00:00 2001 From: Mike Kamermans Date: Sat, 2 Apr 2016 12:39:22 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 087f6dbf..4196f184 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,24 @@ -Dev repository for https://Pomax.github.io/bezierinfo +# Dev repository for https://Pomax.github.io/bezierinfo + +## Working on the code - To run this dev version: `npm start`, then view in the browser on http://localhost:8080 - To compile for production: `npm run build`. +Both operations run continuous linting. + +## Dev location + - Dev repository: https://github.com/Pomax/BezierInfo-2 - Dev preview: https://Pomax.github.io/BezierInfo-2 +## Live site location + - Live repository: https://github.com/Pomax/BezierInfo - Live site: https://Pomax.github.io/BezierInfo +## Additional information + Blog entry on how Webpack's sync processing and MathJAx's async processing were made to work together: From 4f6fc93644265378b9bfb7c173f70ef8ccad61d7 Mon Sep 17 00:00:00 2001 From: Mike Kamermans Date: Sat, 2 Apr 2016 12:39:40 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4196f184..492d6d6d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Dev repository for https://Pomax.github.io/bezierinfo +# BezierInfo-2 + +Dev repository for https://Pomax.github.io/bezierinfo ## Working on the code