Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 628 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 628 Bytes

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