Skip to content

cmarfia/stories-by-iot

Repository files navigation

Stories By Iot

StoriesByIot.com

This is a collection of stories created by my son. These interative stories are using the Elm Narrative Engine.

Getting Started

# Clone the repo
git clone git@github.com:cmarfia/stories-by-iot.git

# Navigate into the clone repo
cd stories-by-iot

# Install all project dependencies
# Install elm, elm-format, elm-test, and chokidar globally
make install-global

# Build JavaScript, Elm, and Go then run go server
make run