Added npm task to run locally

pull/129/head
Marcus Noble 2020-03-18 08:46:40 +00:00
parent a67208aaa5
commit 20983fc928
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
"acorn": ""
},
"scripts": {
"test": "node bin/sanitycheck.js"
"test": "node bin/sanitycheck.js",
"start": "npx http-server"
}
}