Skip to content

OpenCommonSense/CommonSensePortalSite

Repository files navigation

The Portal Site for Commonsense Reasoning Research

The website url is https://commonsense.run/, and it is based on Jekyll and Just-the-Docs template.

Contribute

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.

Locally Testing the Website (Optional)

Only when you want to test the visualization on your local machines, you need to follow the below instructions to install the dependencies.

  1. Install Jekyll.
  2. Install Ruby.
  3. Install Bundler.

Testing your GitHub Pages site locally with Jekyll

  1. Open Terminal.
  2. clone the repository and cd into it.
  3. Instal the dependencies by running bundle install
  4. Run the Jekyll site locally.
bundle exec jekyll serve --config _config_local.yml
  1. To preview your site, in your web browser, navigate to http://localhost:4000.

About

The Portal Site for Commonsense Reasoning Research.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published