diff --git a/index.html b/index.html index 901ba6e0ac..9a5cbe77d5 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,7 @@
loadMedia
DemoYou can use /sandbox/ for writing and testing your own code. Nothing in /sandbox/ will get checked into the repo, + except files that end in .example (so don't edit or add those files). To get started make a copy of + index.html.example and rename it to index.html.
+cp sandbox/index.html.example sandbox/index.html+
npm run start+
open http://localhost:9999/sandbox/index.html+