Skip to content

ElixirRuhr/elixir.ruhr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elixir.Ruhr

Content for https://elixir.ruhr

Requirements

To reduce the repository size we're using Git LFS. Therefor you have to setup it before cloning this repository:

  1. Download the Git LFS
  2. Install the Git command line extension

Installation

Run the following command in your terminal using Bundler to setup the environment:

$ bundle install

Usage

You can preview your changes using the Jekyll server:

$ jekyll serve

More information about using the Jekyll environment can be found in the official guides.

Contributing

  1. Fork it!
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request (PR)
  6. Preview on http://gh-pages-pr-\<PR_NUMBER>.preview.elixir.ruhr (e.g. http://gh-pages-pr-2.preview.elixir.ruhr/)