mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
api | ||
core | ||
message-processor | ||
sync | ||
.eslintrc | ||
.gitignore | ||
package.json | ||
process.json | ||
Procfile | ||
Procfile.dev | ||
README.md |
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