💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
Go to file
2016-06-21 17:11:31 -07:00
api Add Procfile and heroku readiness 2016-06-21 17:11:31 -07:00
core Add Procfile and heroku readiness 2016-06-21 17:11:31 -07:00
message-processor Add initial version of message-processor package 2016-06-20 15:03:02 -07:00
storage Put single token in shared db 2016-06-21 16:11:47 -07:00
sync Add Procfile and heroku readiness 2016-06-21 17:11:31 -07:00
.eslintrc Initial commit 2016-06-19 03:02:32 -07:00
.gitignore Add Procfile and heroku readiness 2016-06-21 17:11:31 -07:00
package.json Add Procfile and heroku readiness 2016-06-21 17:11:31 -07:00
process.json Initial commit 2016-06-19 03:02:32 -07:00
Procfile Add Procfile and heroku readiness 2016-06-21 17:11:31 -07:00
README.md Update readme 2016-06-20 13:21:10 -07:00

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