mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-29 03:43:16 +08:00
9 lines
132 B
Markdown
9 lines
132 B
Markdown
### Installation
|
|
|
|
```
|
|
gem install bundler
|
|
bundle install
|
|
|
|
# run local webserver with jekyll
|
|
bundle exec jekyll serve —verbose
|
|
```
|