Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gromnitsky/colorsel
SPA that renders rgb.txt in a way that reminds Xaw3d utility xcolorsel.
https://github.com/gromnitsky/colorsel
Last synced: about 6 hours ago
JSON representation
SPA that renders rgb.txt in a way that reminds Xaw3d utility xcolorsel.
- Host: GitHub
- URL: https://github.com/gromnitsky/colorsel
- Owner: gromnitsky
- Created: 2014-07-19T10:49:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-19T23:52:48.000Z (over 10 years ago)
- Last Synced: 2023-04-10T15:02:39.688Z (over 1 year ago)
- Language: CoffeeScript
- Homepage: http://gromnitsky.users.sourceforge.net/js/colorsel/
- Size: 402 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# colorsel
SPA that renders rgb.txt in a way that reminds Xaw3d utility xcolorsel.
## Compile
# npm install -g make-commonjs-depend bower
$ make depend
$ makeand look into `app.devel` directory.
For production mode run:
$ export NODE_ENV=production
$ make clean
$ make depend
$ makeand look into `app` directory.
Generated `app.devel` or `app` could be given to any static http
server. For testing purposes, run:$ make http
and point a browser to http://localhost:8080/app.devel/
## License
MIT.