8000 GitHub - WindowsRegedit/ruffle-rs.github.io: Ruffle web page
[go: up one dir, main page]

Skip to content

WindowsRegedit/ruffle-rs.github.io

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 67.2%
  • SCSS 31.8%
  • Ruby 1.0%
0