From 3b06ef7dfc2a2ac07f24ef8426ca2714793d8147 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 25 Nov 2020 08:36:17 +0100 Subject: [PATCH] Add static server --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a62175..efcfb2d 100644 --- a/package.json +++ b/package.json @@ -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",