You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
The Ruffle website uses [Jekyll](https://jekyllrb.com/). It is visible at https://ruffle.rs/
4
4
5
-
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](https://docs.github.com/en/get-started/quickstart/fork-a-repo), then [clone the forked repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo#cloning-your-forked-repository). Either way, you should then install all the pre-requisites for your system as described in https://jekyllrb.com/docs/installation/. You should install a 2.7.x version of Ruby, as some of the gems used are incompatible with version 3+.
5
+
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](https://docs.github.com/en/get-started/quickstart/fork-a-repo), then [clone the forked repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo#cloning-your-forked-repository). Either way, you should then install all the pre-requisites for your system as described in https://jekyllrb.com/docs/installation/.
6
6
7
7
Then, navigate to the directory where you cloned the repository and run:
8
8
-`gem install jekyll bundler`
9
9
-`bundle exec jekyll serve`
10
10
11
-
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.
11
+
If you are told `cannot load such file -- webrick`, you may need to 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.
0 commit comments