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

https://github.com/ravicious/random-color


https://github.com/ravicious/random-color

elm elm-application

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# random-color

To run this thing in development mode:

```
yarn
yarn run elm-live src/Main.elm --output=main.js --debug
```

To compile the minified version:

```
yarn run compile-min
```