From 8ae8cc9158225112cce04473b62c2ebb13c9bf36 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 4 Feb 2023 08:26:04 +0100 Subject: [PATCH] add npm start --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4a320a9..49d94d0 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "This is a game about crazy inventions", "main": "index.js", "scripts": { + "start": "npx http-server .", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Ayo and Kahel",