diff --git a/index.html b/index.html index 69712495b..3dee55c0a 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,7 @@
You 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+