Files
2021-01-24 16:49:16 -08:00

16 lines
446 B
Markdown

# Sparkle Website ![Build Status](https://github.com/sparkle-project/sparkle-project.github.io/workflows/Jekyll%20site%20CI/badge.svg?branch=master)
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.