💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
Go to file
2016-06-21 17:51:47 -07:00
api Default to port 5100 2016-06-21 17:51:47 -07:00
core Add procfile.dev with external redis launcher 2016-06-21 17:45:25 -07:00
message-processor More sync improvements, use CONDSTORE, gmail coming soon 2016-06-21 17:15:36 -07:00
storage Put single token in shared db 2016-06-21 16:11:47 -07:00
sync Add procfile.dev with external redis launcher 2016-06-21 17:45:25 -07:00
.eslintrc Initial commit 2016-06-19 03:02:32 -07:00
.gitignore Add procfile.dev with external redis launcher 2016-06-21 17:45:25 -07:00
package.json Add core as package dependency 2016-06-21 17:13:48 -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