mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 02:23:28 +08:00
10 lines
132 B
Markdown
10 lines
132 B
Markdown
|
### Installation
|
||
|
|
||
|
```
|
||
|
gem install bundler
|
||
|
bundle install
|
||
|
|
||
|
# run local webserver with jekyll
|
||
|
bundle exec jekyll serve —verbose
|
||
|
```
|