Skip to content

Commit 341cfa9

Browse files
committed
Add npm start to package.json
1 parent 2d2d2c3 commit 341cfa9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
vendor
22
node_modules
3+
*.log

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "A simple, low overhead web dashboard for linux.",
55
"main": "server/index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"test": "echo \"Error: no test specified\" && exit 1",
8+
"start": "node server"
89
},
910
"repository": {
1011
"type": "git",

0 commit comments

Comments
 (0)