mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-12-10 22:46:26 +08:00
💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
| api | ||
| core | ||
| message-processor | ||
| storage | ||
| sync | ||
| .eslintrc | ||
| .gitignore | ||
| package.json | ||
| process.json | ||
| Procfile | ||
| README.md | ||
K2 - Sync Engine Experiment
Initial Setup
nvm use 6
cd core
npm instal
Running the API
cd api
npm install
node app.js
Running the Sync Engine
cd sync
npm install
node app.js