26 lines
651 B
Markdown
26 lines
651 B
Markdown
# [RubyX webpages](http://ruby-x.org)
|
|
|
|
|
|
RubyX's webpage are a rails 5.2 application run at Hetzner.
|
|
|
|
If you don't know rails, most of the docs are quite close to text (called haml),
|
|
found in the app/views/pages directory.
|
|
|
|
###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. Typos and small things don't even need a branch.
|
|
|
|
###Local viewing
|
|
|
|
After having cloned the repository go to the folder and
|
|
|
|
bundle
|
|
|
|
bundle exec rails server
|
|
|
|
go to localhost:3000
|