Add static server

This commit is contained in:
Luke Murphy 2020-11-25 08:36:17 +01:00
parent 11dd198e27
commit 3b06ef7dfc
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "http-server -c-1 docs/ -p 8081"
},
"author": "",
"license": "ISC",