This is the repository containing the website of the Dutch Computer Science Teacher's Association.
For suggestions, issues or feedback please head over to the issue tracker.
Want to improve this website with your own hands? Cool! The guide below will help you get started.
You'll need some tools before you can get started. We're assuming you're running MacOS, Ubuntu or another different UNIX system. For Windows, see Microsoft's Linux Subsystem implementation.
- Git or a Git GUI client
- Ruby 2.1.0 or higher
- Bundler
gem install bundler
- Jekyll
gem install jekyll
- Run
bundler install
- If you're an outside-contributor, fork the repository to your account.
- Clone the repository to your local machine with
git clone https://github.com/ieni/website.git
orgit clone https://github.com/yourAccount/website.git
. - Go to the new directory
cd website
- Run jekyll
jekyll serve
- Open your browser and navigate to
http://localhost:4000
- Open your code editor and add the project folder
your/path/to/website
. - Start programming!
- Commit your code changes to a new branch (for example
feature-cats
orfix-dogs
) and push to your remote. - Open a new pull request: select
master
as the base branch, andyour-username/your-branch-name
as the compare branch.
Copyright (c) 2018 i&i and contributors, All Rights Reserved.
Website code is released under the MIT License. Textual content may be licensed under different terms.