mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
303 B
303 B
K2 - Sync Engine Experiment
Initial Setup
-
Download https://toolbelt.heroku.com/
-
Install redis for local dev:
brew install redis
- Make sure you're using the latest node:
nvm install 6
nvm use 6
npm install
Running locally
foreman start -f Procfile.dev