Website for Ricochet Refresh. This website is located at https://www.ricochetrefresh.net/ and hosted on GitHub Pages at https://blueprint-freespeech.github.io/refresh-site/.
Favicons are in the root folder for compatibility, sorry about that.
This site is built with Jekyll. You'll need ruby, and bundle (usally packaged with ruby)
Clone the repository
git clone https://github.com/blueprint-freespeech/refresh-site
cd refresh-site
Install dependencies
npm install
bundle install
Start the Jekyll development server
bundle exec jekyll serve