add npm start

This commit is contained in:
Ayo 2023-02-04 08:26:04 +01:00
parent 9eb8677edf
commit 8ae8cc9158

View file

@ -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",