Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chapmanjacobd/cities_old

UNLI Cities -- elm client
https://github.com/chapmanjacobd/cities_old

elm elm-lang

Last synced: 21 days ago
JSON representation

UNLI Cities -- elm client

Awesome Lists containing this project

README

        

# cities

## run website

https://guide.elm-lang.org/install/elm.html

```
elm-live src/Main.elm --hot -u -- --output=static/elm.js --debug
```

## recompile CSS

```
sass assets/sass/main.scss assets/css/main.css
```