mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-28 03:14:46 +08:00
Create README.md
This commit is contained in:
parent
3dc03688e8
commit
3a677a8c2d
1 changed files with 17 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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
|
||||
```
|
Loading…
Reference in a new issue