Skip to content

shenangovalleyavclub/iterm2-website

 
 

Repository files navigation

What

This is the website for iTerm2. It is built with Jekyll.

Development

  1. Fork the code on GitHub

  2. Clone the repository

    $ git clone [email protected]:[you]/iTerm2.git

  3. Check out the website branch:

    $ git checkout website

  4. Install Bundler if not installed

    $ gem install bundler

  5. Install dependencies:

    $ bundle install

  6. Run the server locally:

    $ jekyll --server

  7. Open the site:

    $ open http://localhost:4000/

Packages

No packages published