Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marcosh/elm-joindin
- Owner: marcosh
- License: mit
- Created: 2016-01-16T15:58:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-02T20:23:47.000Z (over 8 years ago)
- Last Synced: 2024-11-08T04:43:29.445Z (3 months ago)
- Language: Elm
- Homepage:
- Size: 15.6 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - marcosh/elm-joindin - A page for displaying links to slides of joindin talks (others)
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`.