Skip to content

Commit

Permalink
Tweak docs to show booting node server
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed Jul 15, 2015
1 parent ed0410a commit 6261c7c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,11 @@ export EMBEDLY_KEY=XXXXXX

Also, set the `bucketName` in `server/config.json` with the name of your AWS
S3 bucket for uploading files.

Then to boot the server:

```
node server/index.js
```

And visit http://localhost:5000/dist/demo/index.html

0 comments on commit 6261c7c

Please sign in to comment.