update readme
This commit is contained in:
parent
d9f29765df
commit
9c241218b7
15
README.md
15
README.md
@ -1,7 +1,10 @@
|
||||
# [RubyX webpages](http://ruby-x.org)
|
||||
|
||||
|
||||
RubyX's webpage is done with github pages: https://help.github.com/categories/20/articles
|
||||
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
|
||||
|
||||
@ -9,16 +12,14 @@ We are _very_ open to improvement so if you see anything that is wrong or mislea
|
||||
|
||||
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 !
|
||||
Even better, clone and send a pull request. Typos and small things don't even need a branch.
|
||||
|
||||
###Local viewing
|
||||
|
||||
To verify any changes before commiting them you can view the site locally by
|
||||
After having cloned the repository go to the folder and
|
||||
|
||||
bundle
|
||||
|
||||
bundle exec jekyll serve --watch
|
||||
bundle exec rails server
|
||||
|
||||
(watch will update changes on the fly)
|
||||
|
||||
go to localhost:4000
|
||||
go to localhost:3000
|
||||
|
Loading…
x
Reference in New Issue
Block a user