This is the repository of Context Mapper's website https://contextmapper.org/.
If you don't want to use Gitpod and want to preview the website locally, follow these steps:
- Install Ruby and gem in case you don't have it already.
- Install the bundler:
gem install bundler
- Install dependencies:
bundle install
- Run Context Mapper website:
bundle exec jekyll serve
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!