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-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,8 @@ See the guidelines in [CONTRIBUTING.md](https://github.com/ross-org/ross-org.git
9
9
## Local Website Development
10
10
11
11
1. Make sure your machine is properly configured with the Jekyll and GitHub Pages ruby gems by following [these instructions](https://help.github.com/articles/setting-up-your-pages-site-locally-with-jekyll/).
12
-
2. Make sure you are on the gh-pages branch: `git checkout gh-pages`.
13
-
3. Start the local webserver using the command `bundle exec jekyll serve -w --baseurl=`
14
-
4. Visit the site at [localhost:4000](http://localhost:4000).
12
+
2. Start the local webserver using the command `bundle exec jekyll serve -w --baseurl=`
13
+
3. Visit the site at [localhost:4000](http://localhost:4000).
15
14
16
15
More information can be found [here](https://help.github.com/articles/using-jekyll-as-a-static-site-generator-with-github-pages/).
0 commit comments