Official website of the Solid Project
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:
- Install Ruby and Jekyll
$ git clone https://github.com/solid/solidproject.org.git
$ cd solidproject.org
$ bundle install
$ bundle exec jekyll serve --livereload