Source of the DICE Team github webpage, which can be seen here: http://dice-cyfronet.github.io
You need to have ruby
and bundler
installed to perform steps described bellow
- Enter to project directory and execute
bundle install
- Start development instance
bundle exec jekyll serve
As a result you should be able to view http://localhost:4000 webpage. For more information about creating pages using jekyll, please visit jekyll webpage.
- Fork the project
- 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
- If pull request is ready for review add
ready-for-review
label and mention 2 of the core team members to do the review - After the review add
ready-for-proofreading
label and mention @nowakowski