The website url is https://commonsense.run/, and it is based on Jekyll and Just-the-Docs template.
If you want to edit a document, please find its markdown version in docs
folder. You can also click the Edit this page on GitHub.
link in the footer of the page that you want to edit.
You can find useful examples and instructions here, for editing the markdown docs with just-the-docs
template.
Only when you want to test the visualization on your local machines, you need to follow the below instructions to install the dependencies.
- Open Terminal.
clone
the repository andcd
into it.- Instal the dependencies by running
bundle install
- Run the Jekyll site locally.
bundle exec jekyll serve --config _config_local.yml
- To preview your site, in your web browser, navigate to
http://localhost:4000
.