Mailspring/README.md
2016-06-21 17:45:25 -07:00

303 B

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