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:
- Install Ruby and Jekyll
$ git clone https://github.com/solid/solidproject.org.git
$ cd solidproject.org
$ bundle install
$ 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
.