added troubleshoot and screenshot (#21)

@Ztnepres thank you!
This commit is contained in:
Vincent 2016-04-17 13:25:59 -04:00 committed by Jerko Steiner
parent 597828ca5e
commit cb1af9a26a

View File

@ -10,6 +10,9 @@ Work in progress.
# Install & Run
REQUIRES Node.js v5.10.1 [https://nodejs.org/en/](https://nodejs.org/en/)
Note: You must have node version 5.1xx installed!
If you accidentally entered npm install before upgrading to node version 5.1xx, simply delete the node module folder from your repository, upgrade to your node version, and repeat the npm install step.
From git source:
```bash
@ -19,6 +22,10 @@ npm install
npm start
```
If you successfully completed the above steps, your commandline/terminal should show that your node server is listening.
![Alt text](http://imgur.com/wQ8RoVW "npm start")
On your other machine or mobile device open the url:
```bash