Add URL of local API endpoint authored by pascal's avatar pascal
...@@ -10,9 +10,9 @@ ...@@ -10,9 +10,9 @@
This produces a sub-directory `build`. Point a webserver to it, and open the page in a webbrowser. This produces a sub-directory `build`. Point a webserver to it, and open the page in a webbrowser.
If you want to run the server, too, run server.js from the `server` directory with `node`. If you want to run the server, too, run `server.js` from the `server` directory with `node`.
You can point your installation to a different API path on the URL `#/debug` if needed. You can point your installation to a different API path on the URL `#/debug` if needed. In most cases this should be `http://localhost:9128/`.
If you change something, `grunt build` will just rebuild your local stuff. `grunt watch` will do this automatically as needed (but does not support all kind of changes). If you change something, `grunt build` will just rebuild your local stuff. `grunt watch` will do this automatically as needed (but does not support all kind of changes).
... ...
......