Skip to content

ContextMapper/contextmapper.github.io

Repository files navigation

Context Mapper

contextmapper.org

Gitpod ready-to-code License

This is the repository of Context Mapper's website https://contextmapper.org/.

Start Editing

The easiest way to get started with editing our website (including previewing) is starting the Gitpod IDE:

Push

Once the IDE is started and the init task finished, you can preview the page by running the following command:

bundle exec jekyll serve

Gitpod allows you to make the open port public so that you are able to preview the page in your browser.

Running Locally

If you don't want to use Gitpod and want to preview the website locally, follow these steps:

  1. Install Ruby and gem in case you don't have it already.
  2. Install the bundler:
gem install bundler
  1. Install dependencies:
bundle install
  1. Run Context Mapper website:
bundle exec jekyll serve

Contribution

If you think something is missing on our documentation website and you still have unanswered questions, we are happy if you create an issue here allowing us to improve the docs. PRs are always welcome as well!