mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-06 08:08:10 +08:00
24 lines
211 B
Markdown
24 lines
211 B
Markdown
# 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
|
|
```
|