Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* 'master' of https://github.com/acrocat/EverLayoutBridge:
  Update README.md
  • Loading branch information
dalewebster48 committed Mar 17, 2017
2 parents bcd1819 + 106d191 commit 6687287
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Expand Up @@ -19,4 +19,12 @@ By default EverLayout Bridge will listen on port `3000` and monitor `./Layouts`

`ever-layout-bridge --port=1234 --dir="my-layouts/"`

When the server detects a change in one of your layout files, it will send the data to all connected clients via sockets.
When the server detects a change in one of your layout files, it will send the data to all connected clients via sockets.

The server also acts as a basic file server for images. The app will look for images in `./Images` by default, and this can also be set with arguments

`ever-layout-bridge --images="assets/images"`

When the server is running all images can be accessed from the root like so:

`http:{your-server-address}/image-name.png`

0 comments on commit 6687287

Please sign in to comment.