1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-09 10:16:46 +02:00

Update README.md

This commit is contained in:
Mike Kamermans
2017-02-08 08:54:02 -08:00
committed by GitHub
parent 6c4510030a
commit c4a724db46

View File

@@ -4,7 +4,7 @@ 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 run this dev version: `npm start`, then view in the browser on [http://localhost:8080](http://localhost:8080)
- To compile for production: `npm run build`.
Both operations run continuous linting.