The four-hour Tester
Contributing an exercise
If you're not comfortable with git and GitHub
- grab a copy of
templates/Exercise-template.markdown
- rename the file and add your content
- send the file to fourhourtester@gmail.com
If you are comfortable with git and GitHub
- fork the repository
- grab a copy of
templates/Exercise-template.markdown
- rename the file, move it to
_exercises
and add your content - submit a pull request
Contributing a solution to an exercise
It's basically the same as contributing an exercise, except you grab templates/Solution-template.markdown
and it goes into the _solutions
folder.
Adding a blog post
Send a mail to fourhourtester@gmail.com or submit a pull request with an update to _data/blogposts.yml
.
Running locally
- (first time only)
bundle install
to install Jekyll - edit
_config.yml
so url is pointing to local host, otherwise links in the header will point to actual site bundle exec jekyll serve