ruby-x.github.io/README.md

26 lines
690 B
Markdown

# [RubyX webpages](http://ruby-x.org)
RubyX's webpage is a rails 5.2 application run at Heroku [http://ruby-x.org](http://ruby-x.org).
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