ruby-x.github.io/README.md

26 lines
651 B
Markdown
Raw Normal View History

2017-01-02 00:45:44 +01:00
# [RubyX webpages](http://ruby-x.org)
2014-05-26 21:04:19 +02:00
2018-04-15 18:21:07 +02:00
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.
2014-05-26 21:04:19 +02:00
###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.
2018-04-15 18:21:07 +02:00
Even better, clone and send a pull request. Typos and small things don't even need a branch.
2014-05-26 21:04:19 +02:00
###Local viewing
2018-04-15 18:21:07 +02:00
After having cloned the repository go to the folder and
2014-05-26 21:04:19 +02:00
bundle
2018-04-15 18:21:07 +02:00
bundle exec rails server
2014-05-26 21:04:19 +02:00
2018-04-15 18:21:07 +02:00
go to localhost:3000