/website

The official remoteStorage website

Primary LanguageHTML

remotestorage.io

This is the remoteStorage website, running on https://remotestorage.io.

Development

The website is built using Jekyll and the Just the Docs theme.

Setup

With Git and Ruby 2.5 - 2.7 installed, run the following command to install dependencies:

bundle install

Running

Run the following command to build the static site to /_site and make it accessible at http://localhost:4000. Changes to .md files should be visible automatically without refreshing.

bundle exec jekyll serve

Deployment

The master branch is automatically built and deployed to GitHub Pages.