💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
Go to file
2016-06-22 12:16:41 -07:00
api Add initial observable based delta stream endpoint 2016-06-22 12:16:41 -07:00
core Add initial observable based delta stream endpoint 2016-06-22 12:16:41 -07:00
message-processor Fix message processor pipeline initialization 2016-06-22 11:57:24 -07:00
sync Adds message parsing module + other updates 2016-06-22 11:00:35 -07:00
.eslintrc Initial commit 2016-06-19 03:02:32 -07:00
.gitignore Add initial observable based delta stream endpoint 2016-06-22 12:16:41 -07:00
package.json Adds message parsing module + other updates 2016-06-22 11:00:35 -07:00
process.json Initial commit 2016-06-19 03:02:32 -07:00
Procfile Add Procfile and heroku readiness 2016-06-21 17:11:31 -07:00
Procfile.dev Add procfile.dev with external redis launcher 2016-06-21 17:45:25 -07:00
README.md Add procfile.dev with external redis launcher 2016-06-21 17:45:25 -07:00

K2 - Sync Engine Experiment

Initial Setup

  1. Download https://toolbelt.heroku.com/

  2. Install redis for local dev:

brew install redis
  1. Make sure you're using the latest node:
nvm install 6
nvm use 6
  1. npm install

Running locally

foreman start -f Procfile.dev