1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-30 19:50:01 +02:00
This commit is contained in:
Pomax
2017-02-08 09:08:11 -08:00

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.