Commit fe931a06 authored by Justin Woo's avatar Justin Woo

fix prestart to copy required index.html, add start for python3 http server

parent a74fdb91
......@@ -10,7 +10,9 @@
"docs": "pulp docs -- --format html",
"repl": "pulp --psc-package repl",
"clean": "rm -Rf output",
"test": "pulp test"
"test": "pulp test",
"prestart": "cp src/index.html dist",
"start": "python3 -m http.server --directory dist"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment