Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chapmanjacobd/cities_old
- Owner: chapmanjacobd
- Created: 2020-02-15T14:42:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-15T15:39:29.000Z (almost 5 years ago)
- Last Synced: 2024-11-17T13:39:18.977Z (3 months ago)
- Topics: elm, elm-lang
- Language: JavaScript
- Homepage: https://unli.xyz/cities/
- Size: 1.88 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```