This is the website for iTerm2. It is built with Jekyll.
-
Fork the code on GitHub
-
Clone the repository
$ git clone [email protected]:[you]/iTerm2.git
-
Check out the
website
branch:$ git checkout website
-
Install Bundler if not installed
$ gem install bundler
-
Install dependencies:
$ bundle install
-
Run the server locally:
$ jekyll --server
-
Open the site:
$ open http://localhost:4000/