Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcosh/elm-joindin

A page for displaying links to slides of joindin talks
https://github.com/marcosh/elm-joindin

Last synced: about 1 month ago
JSON representation

A page for displaying links to slides of joindin talks

Awesome Lists containing this project

README

        

## ELM JOINDIN

A simple page for showing link to slides of Joind.in talks

#### INSTRUCTIONS

You need to create a file `Config.elm` providing the required configuration.
You could do so by creating a symbolic link from `Config.elm.dev`

To compile the ELM code to javascript, just run
`elm make JoindinMain.elm --output elm.js` in the main directory. This will
generate a file `elm.js`.

To see the result then open `joindin.html`.