Added npm task to run locally

master
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": "" "acorn": ""
}, },
"scripts": { "scripts": {
"test": "node bin/sanitycheck.js" "test": "node bin/sanitycheck.js",
"start": "npx http-server"
} }
} }