Home

Awesome

Ari's Garden is a site for collecting and displaying the journey of making and discovering food.

Using Ari's Garden, you can find recipes and use dynamic features like tooltips and timers to help you cook.

Building / Process

Requirements

  1. Elm 0.19.1
  2. Node >= 7.x.x

Steps to Getting Started

  1. Clone the repo
  2. Run npm install
  3. Run npm start

Adding new recipes/images

mogrify -resize 400 *.JPG

convert -delay 5 -loop 0 *.JPG output.gif

Notes on adding new pages.

When adding a new (stateful) page, you have to make a few changes. A page is a "mini-version" of The Elm Architecture.