Mailspring/README.md

25 lines
211 B
Markdown
Raw Normal View History

2016-06-21 03:19:01 +08:00
# K2 - Sync Engine Experiment
2016-06-21 04:21:10 +08:00
# Initial Setup
```
nvm use 6
cd core
npm instal
```
2016-06-21 03:19:01 +08:00
# Running the API
```
cd api
npm install
node app.js
```
# Running the Sync Engine
```
cd sync
npm install
node app.js
```