mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-31 12:01:54 +02:00
Merge branch 'master' of https://github.com/Pomax/BezierInfo-2
This commit is contained in:
31
README.md
31
README.md
@@ -1,8 +1,27 @@
|
|||||||
Dev instance of the rewrite for https://Pomax.github.io/bezierinfo
|
# BezierInfo-2
|
||||||
|
|
||||||
- Run dev version: `npm start`, view in the browser on http://localhost:8080
|
Dev repository for https://Pomax.github.io/bezierinfo
|
||||||
- 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
|
|
||||||
|
|
||||||
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
|
## 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:
|
||||||
|
|
||||||
|
http://pomax.github.io/1451617530567/react-with-latex-without-needing-client-side-mathjax
|
||||||
|
Reference in New Issue
Block a user