Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
$ make

and look into `app.devel` directory.

For production mode run:

$ export NODE_ENV=production
$ make clean
$ make depend
$ make

and 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.