Mailspring/README.md

18 lines
181 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
1. Download https://toolbelt.heroku.com/
2016-06-21 04:21:10 +08:00
```
brew install redis
nvm install 6
2016-06-23 05:53:23 +08:00
npm install
2016-06-21 03:19:01 +08:00
```
# Running locally
2016-06-21 03:19:01 +08:00
```
2016-06-23 05:49:36 +08:00
npm start
2016-06-21 03:19:01 +08:00
```