/elmplayground

An Elm blog, written in Elm, about Elm.

Primary LanguageElm

The Elm Playground

A blog about Elm that's written in Elm.

Running locally

npm install
elm package install
(in one tab) gulp start
(in aother) gulp serve
add your Github token to src/GithubToken.elm file (https://github.com/settings/tokens)
open http://localhost:8080

Contributions welcome!