https://github.com/ravicious/random-color
https://github.com/ravicious/random-color
elm elm-application
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ravicious/random-color
- Owner: ravicious
- Created: 2018-08-31T16:55:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T21:50:52.000Z (over 6 years ago)
- Last Synced: 2025-03-11T18:53:16.786Z (over 1 year ago)
- Topics: elm, elm-application
- Language: Elm
- Homepage: http://mirrors.link/random-color/
- Size: 234 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```