An open API service indexing awesome lists of open source software.

https://github.com/solid/solid.github.io

Staging branch of the solidproject.org repository
https://github.com/solid/solid.github.io

communication

Last synced: 12 months ago
JSON representation

Staging branch of the solidproject.org repository

Awesome Lists containing this project

README

          

# Solidproject.org

Official website of the Solid Project

## Local Environment Setup

This website is built using [Jekyll](https://jekyllrb.com/), a static
site generator.

If you have [Docker Compose](https://docs.docker.com/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](https://jekyllrb.com/docs/installation/) Ruby and Jekyll
1. `$ git clone https://github.com/solid/solidproject.org.git`
1. `$ cd solidproject.org`
1. `$ bundle install`
1. `$ bundle exec jekyll serve --livereload`