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

https://github.com/andrejewski/memesis

A game for adult children
https://github.com/andrejewski/memesis

Last synced: 9 months ago
JSON representation

A game for adult children

Awesome Lists containing this project

README

          

# Elm project

## Getting started

You need to have [Elm](http://elm-lang.org/) 0.18 installed on your machine.

Compile this project with:

elm make src/Main.elm

Then view it:

elm reactor

To develop:

```sh
elm-live --output=elm.js src/Main.elm --pushstate --open --debug
```