💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
Find a file
2016-06-20 12:19:01 -07:00
api Initial commit 2016-06-19 03:02:32 -07:00
core Cleaner sync state machine 2016-06-20 00:19:16 -07:00
storage Initial commit 2016-06-19 03:02:32 -07:00
sync Cleaner sync state machine 2016-06-20 00:19:16 -07:00
.eslintrc Initial commit 2016-06-19 03:02:32 -07:00
.gitignore Initial commit 2016-06-19 03:02:32 -07:00
process.json Initial commit 2016-06-19 03:02:32 -07:00
README.md Create README.md 2016-06-20 12:19:01 -07:00

K2 - Sync Engine Experiment

Running the API

cd api
npm install
node app.js

Running the Sync Engine

cd sync
npm install
node app.js