Content for https://elixir.ruhr
To reduce the repository size we're using Git LFS. Therefor you have to setup it before cloning this repository:
- Download the Git LFS
- Install the Git command line extension
Run the following command in your terminal using Bundler to setup the environment:
$ bundle install
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.
- Fork it!
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request (PR)
- Preview on http://gh-pages-pr-\<PR_NUMBER>.preview.elixir.ruhr (e.g. http://gh-pages-pr-2.preview.elixir.ruhr/)