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
- Host: GitHub
- URL: https://github.com/solid/solid.github.io
- Owner: solid
- License: mit
- Created: 2019-09-25T15:08:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-26T12:21:03.000Z (about 4 years ago)
- Last Synced: 2025-01-12T05:13:05.424Z (about 1 year ago)
- Topics: communication
- Language: HTML
- Homepage: https://solid.github.io/
- Size: 8.48 MB
- Stars: 3
- Watchers: 17
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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`