1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-26 17:54:52 +02:00

Update README.md

This commit is contained in:
Mike Kamermans
2016-04-02 12:39:22 -07:00
parent 32ab17d46a
commit 557b97e60c

View File

@@ -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: