If you want to run the develoment server locally:
- Clone this repository
- Install ruby (if you somehow don't have it)
- Set up Jekyll:
gem install jekyll bundler
- Run
jekyll serve
for a development server!
- Create a new markdown file in
_tutorials
- At the head of the file, be sure to populate the following information:
---
title: Your fancy title here
difficulty: intermediate
languages: javascript ruby python
estimate: '1 hour'
---
You can pick 1 difficulty, but any number of languages (sepearted by spaces.) Estimate is optional, but why not.