/solidproject.org

Website for solidproject.org

Primary LanguageSCSSMIT LicenseMIT

Solidproject.org

Official website of the Solid Project

Local Environment Setup

This website is built using Jekyll, a static site generator.

If you have Docker Compose installed, view docker-compose up to start a local server to view the website.

Alternatively, you can install and run the required tooling manually as follows:

  1. Install Ruby and Jekyll
  2. $ git clone https://github.com/solid/solidproject.org.git
  3. $ cd solidproject.org
  4. $ bundle install
  5. $ bundle exec jekyll serve --livereload