Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1020 Bytes

File metadata and controls

30 lines (21 loc) · 1020 Bytes

Context Mapper

contextmapper.org

License

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

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!