add more info on running against local sync engine

Test Plan: doc only change

Reviewers: evan, bengotow

Reviewed By: bengotow

Differential Revision: https://phab.nylas.com/D2119
This commit is contained in:
Brett Gerry 2015-10-06 19:05:02 -07:00
parent 5a2ddb67d5
commit 4bd8c37181
2 changed files with 5 additions and 1 deletions

View file

@ -69,7 +69,8 @@ however, the Sync Engine is open source and you can run it yourself.
to point to your Sync Engine instance.
1. After you've linked accounts to the Sync Engine, populate your
`~/.nylas/config.cson` as follows:
`~/.nylas/config.cson` as follows. You can get a list of connected accounts
and their attributes from the /accounts endpoint (ex. `http://localhost:5555/accounts`):
"*":
nylas:

View file

@ -15,6 +15,9 @@ Plugins lie at the heart of N1 and give it it's powerful features. Building your
If you would like to run the N1 source and contribute, check out our [contributing
guide](https://github.com/nylas/N1/blob/master/CONTRIBUTING.md)
# Running Locally
By default the N1 source points to our hosted version of the Nylas Sync Engine; however, the Sync Engine is open source and you can [run it yourself](https://github.com/nylas/N1/blob/master/CONTRIBUTING.md#running-against-open-source-sync-engine).
# Feature Requests / Package Ideas
Have an idea for a package, or a feature you'd love to see in N1? Check out our