diff --git a/index.js b/index.js index e90d915..d149116 100644 --- a/index.js +++ b/index.js @@ -24,7 +24,7 @@ app.get('/', function(req, res){ res.render('main', {categories: categories}); }); -var port = 3000; +var port = 80; app.listen(port, function () { console.log('App listening on port '+port+'!'); }); \ No newline at end of file diff --git a/package.json b/package.json index 4c8c439..cb9fcb8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "A simple editor for the DSG jekyll based website", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "start": "node index.js" }, "repository": { "type": "git",