Add start script to run a local web server.
This commit is contained in:
parent
ba4dcdfe04
commit
f7721f7e05
@ -1 +1 @@
|
||||
node node_modules/http-server/bin/http-server
|
||||
npm start
|
||||
|
||||
@ -14,6 +14,7 @@
|
||||
"svgo": "^2.3.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "http-server",
|
||||
"test": "mocha test",
|
||||
"build": "node tools/run_python.js tools/build.py",
|
||||
"update": "node tools/run_python.js tools/update.py",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user