Skip to content

solid/solidproject.org

Repository files navigation

Solidproject.org

Official website of the Solid Project

Important note about 2023-redesign

If you want to make improvements to this website, please (also) add them in the 2023-redesign branch which we hope to merge soon.

Local Environment Setup (before 2023-redesign)

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

To afford a good cross-platform developer experience, this repository employs the following tooling versions: ruby >=3.2 with bundler >=2.3.4.