Skip to content
This repository was archived by the owner on Apr 18, 2023. It is now read-only.

Commit 5322815

Browse files
committed
changed port
1 parent 97170cc commit 5322815

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## This is a clone of [bigdesk](https://github.com/hlstudio/bigdesk).
22

3-
We needed to wrap Express.js around bigdesk to run it on localhost. Install node.js and npm run to start the app on port 3000!
3+
We needed to wrap Express.js around bigdesk to run it on localhost. Install node.js and npm run to start the app on port 4444!
44

55

66
```

bin/www

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var http = require('http');
1212
* Get port from environment and store in Express.
1313
*/
1414

15-
var port = normalizePort(process.env.PORT || '3000');
15+
var port = normalizePort(process.env.PORT || '4444');
1616
app.set('port', port);
1717

1818
/**

0 commit comments

Comments
 (0)