diff options
| -rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -23,10 +23,13 @@ Edit the `.env` file and fill in your API keys. ## Running -Start the server as usual with `rails server`. The index page at -`http://localhost:3000` will display a link that can be used to authenticate -with Evernote. At the moment, going through the OAuth process just writes the -resulting auth hash to the server log. +Start the server with + + $ make run + +The index page at `http://localhost:3000` will display a link that can be used +to authenticate with Evernote. At the moment, going through the OAuth process +just writes the resulting auth hash to the server log. The hard-coded access token and NoteStore URL in `NotesController` can be filled in with appropriate values to access an authorized user's notes. Those notes can |
