Skip to content

Installing a Local Copy

Varun Sundar edited this page Jun 5, 2018 · 4 revisions

To set up a local copy of the site, clone the github repository and make your desired changes. Both Linux and MacOS are supported. Now Install Jekyll if you do not have it installed already. To view the changes locally, run the following from terminal:

  1. cd iitmcvg.github.io

  2. bash utils/setup.sh

  3. bundle exec jekyll serve --drafts --trace

Or

  1. cd iitmcvg.github.io
  2. bash utils/run.sh

In both cases, you can see the drafts by visiting the Server Address. You can use this to preview your local changes. In case you want to edit multiple times, it might be useful to enable the --incremental flag, especially as our site continues to grow. Once satisfied, send in a pull request to contribute your article.

Clone this wiki locally