ruby-x.github.io/README.md

26 lines
690 B
Markdown
Raw Permalink 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
2021-11-19 19:36:02 +01:00
RubyX's webpage is a rails 5.2 application run at Heroku [http://ruby-x.org](http://ruby-x.org).
2018-04-15 18:21:07 +02:00
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
2021-11-19 19:36:02 +01:00
### Contribute
2014-05-26 21:04:19 +02:00
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
2021-11-19 19:36:02 +01:00
### Local viewing
2014-05-26 21:04:19 +02:00
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