mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-28 19:31:14 +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
|
|
```
|