mirror of
https://github.com/sparkle-project/sparkle-project.github.io.git
synced 2025-11-01 15:35:08 +00:00
16 lines
446 B
Markdown
16 lines
446 B
Markdown
# Sparkle Website 
|
|
|
|
Website for Sparkle, an easy-to-use software update framework for macOS applications.
|
|
|
|
## Running
|
|
|
|
1. [Install Jekyll](https://jekyllrb.com/docs/installation/#macOS).
|
|
|
|
2. Run in terminal:
|
|
|
|
```sh
|
|
jekyll serve
|
|
```
|
|
|
|
3. Open [http://127.0.0.1:4000/](http://127.0.0.1:4000/) in your browser.
|