Add /dev/index.html for local dev. Update README

This commit is contained in:
Justin Fagnani
2019-12-20 10:48:53 -08:00
committed by Justin Fagnani
parent fe5a424bee
commit 9d33e2436d
6 changed files with 34 additions and 2 deletions

View File

@@ -17,6 +17,7 @@
"docs:assets": "cp node_modules/prismjs/themes/prism-okaidia.css docs/",
"docs:serve": "es-dev-server --root-dir=docs --node-resolve --watch",
"analyze": "wca analyze \"src/**/*.ts\" --outFile custom-elements.json",
"serve": "es-dev-server --node-resolve --watch",
"test": "karma start karma.conf.cjs",
"test:watch": "karma start karma.conf.cjs --auto-watch=true --single-run=false",
"test:update-snapshots": "karma start karma.conf.cjs --update-snapshots",