--- order: 2 page: siteTitle: Ema --- # Tutorial In this tutorial series, we will begin with a hello world Ema app, and then move on to writing a mood tracker that reads a CSV file of moods and renders them as a static site. Source code for this tutorial is available at: https://github.com/srid/MoodTracker-Tutorial 1. [[00-hello]] 2. [[01-routes]] 3. [[02-model]] 4. [[03-dynamic]]