/caskroom.github.io

Caskroom GitHub Pages

Primary LanguageHTMLBSD 2-Clause "Simplified" LicenseBSD-2-Clause

The website of Homebrew Cask, a command-line interface for the administration of Mac applications.

Setup

To run the site locally:

$ git clone https://github.com/caskroom/caskroom.github.io.git
$ cd caskroom.github.io
$ bundle exec jekyll build
$ bundle exec jekyll serve

To use this method, please install Jekyll. Bundler is optional, but recommended for managing Jekyll and its related gem dependencies.

The current codebase is not specific to Jekyll. You can test it with your live-reload tool of choice, or host it with a Python server:

python -m SimpleHTTPServer (Python 2)

python -m http.server (Python 3)