25 lines
619 B
Markdown
25 lines
619 B
Markdown
# [RubyX webpages](http://ruby-x.org)
|
|
|
|
|
|
RubyX's webpage is done with github pages: https://help.github.com/categories/20/articles
|
|
|
|
###Contribute
|
|
|
|
We are _very_ open to improvement so if you see anything that is wrong or misleading, please create an issue.
|
|
|
|
Also if you feel there is information missing, don't hesitate to mention it.
|
|
|
|
Even better, clone and send a pull request. 2 good pulls will get you on the team !
|
|
|
|
###Local viewing
|
|
|
|
To verify any changes before commiting them you can view the site locally by
|
|
|
|
bundle
|
|
|
|
bundle exec jekyll serve --watch
|
|
|
|
(watch will update changes on the fly)
|
|
|
|
go to localhost:4000
|