Underdog-01 / ruffle-rs.github.io

Ruffle web page

Home Page:https://ruffle.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruffle website

The Ruffle website uses Jekyll. It is visible at https://ruffle.rs/

To test it locally, you should clone the repository (git clone https://github.com/ruffle-rs/ruffle-rs.github.io.git). If you plan to create a pull request, you should instead fork the repository, then clone the forked repository. Either way, you should then install all the pre-requisites for your system as described in https://jekyllrb.com/docs/installation/.

Then, navigate to the directory where you cloned the repository and run:

  • gem install jekyll bundler
  • bundle exec jekyll serve

If you are told cannot load such file -- webrick, run bundle add webrick. If you are told you are missing gems when bundling, run bundle install and then re-run bundle exec jekyll serve. If everything worked properly, a copy of the website should be up and running at http://localhost:4000 and any changes you make to the code should appear there.

About

Ruffle web page

https://ruffle.rs

License:MIT License


Languages

Language:HTML 67.2%Language:SCSS 31.8%Language:Ruby 1.0%