💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
Find a file
2016-06-22 14:41:32 -07:00
packages Convert to monorepo 2016-06-22 14:41:32 -07:00
.eslintrc Convert to monorepo 2016-06-22 14:41:32 -07:00
.gitignore Ignore storage folder 2016-06-22 12:19:17 -07:00
lerna.json Convert to monorepo 2016-06-22 14:41:32 -07:00
package.json Convert to monorepo 2016-06-22 14:41:32 -07:00
Procfile Convert to monorepo 2016-06-22 14:41:32 -07:00
Procfile.dev Convert to monorepo 2016-06-22 14:41:32 -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