Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 308 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 308 Bytes

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!